Howdy,
In this chapter, we're going to look at how to expose services running inside our Kubernetes cluster to the outside world using an Ingress Controller. We'll be using the NGINX Ingress Controller and taking full advantage of our GitOps setup w...
Howdy,
Secrets are a fundamental part of any application - it's how we securely store sensitive information. In Kubernetes, there are several approaches to handling secrets. In this chapter, we'll explore different ways to manage secrets in Kubernet...
Howdy!
Ever since I discovered GitOps, I've been in love with the concept. The idea of managing all your infrastructure configuration from a centralized Git repository - and having a tool automatically apply those changes - is incredibly powerful.
...
Howdy!
We've come a long way! We've set up our Kubernetes cluster, configured GitOps with ArgoCD, managed secrets securely, exposed applications through Ingress, and set up DNS with SSL certificates. But there's one critical piece we haven't address...
Howdy!
In this chapter, I'll walk through the setup of the Kubernetes cluster using Taloshttps://talos.dev/. The cluster will consist of three physical machines, each serving as both control-plane and worker to allow workloads scheduling on all node...
Howdy!
Everything needs a base to be built on top of. Nothing can be done out of the blue. Take a house for example: it needs a blueprint, then we need to start building the foundation to then build on top of. This is what I'll be tackling in this p...
Howdy,
> Note: This post has been shortened due to character limitations. For complete patch configurations and detailed explanations, refer to the original post.
Our environment is starting to take shape. We have a Kubernetes cluster up and runnin...
Howdy!
Welcome to the first quest I'll be tackling! This one might take a while to complete, as it will serve as the foundation for everything that follows - my Home Lab.
I've had the idea of creating a Home Lab for quite some time now - a place to...