Timeline
So far, I've published 5 articles — onward and upward! 💪
IP Addresses & Subnetting - Every device needs an address to communicate
Networking is how computers and servers communicate with each other over the Internet or a private network. It’s like a postal system for data—your data (letters) needs an address (IP) and a path (routes) to reach its destination.
Exploring Kubernetes with HKE
Managing Kubernetes clusters can be complex and time-consuming. HKE (HostSpace Kubernetes Engine) aims to simplify this process with automated cluster management.
Advanced Secrets Management for CI/CD Pipelines with Doppler and GitHub Actions
Doppler is a secrets management platform that helps teams securely store and manage their environment variables and other sensitive data.
Deploying Actions Runner Controller for Cost-Efficient GitHub Actions
Actions Runner Controller (ARC) emerges as a solution to manage self-hosted runners on your Kubernetes cluster, offering cost savings, autoscaling capabilities, and seamless integration with GitOps practices.
Triggering Workflows in Another Repository with GitHub Actions
GitHub Actions provides a powerful automation framework that allows you to orchestrate and automate various tasks within your repositories.