Deploying an application to Kubernetes is easy to demonstrate with one command:
kubectl apply -f .
Enter fullscreen mode
Exit fullscreen mode
The harder question is what happens after the first deployment.
Deploying an application to Kubernetes is easy to demonstrate with one command: kubectl apply -f...
Deploying an application to Kubernetes is easy to demonstrate with one command:
kubectl apply -f .
Enter fullscreen mode
Exit fullscreen mode
The harder question is what happens after the first deployment.

There's a moment every platform team hits: Argo CD is syncing beautifully, deployments are...

In Part One I deployed nginx on a single k3s node and killed a Pod to watch a replacement appear. In...

How to manage an entire Kubernetes homelab — MetalLB, Traefik, Longhorn, Authelia, and more — as a Git repository using ArgoCD's…

Argo CD is a Kubernetes-native, declarative GitOps tool for deploying applications at scale. It pulls...

A production-style DevOps project showing secure infrastructure provisioning, canary deployments,...

Introduction Over the past few articles, we have learned how to create AWS infrastructure...