Tag
A GitHub repository providing hands-on projects to learn Kubernetes, covering basic to advanced topics like deployments, microservices, and cloud integration.
FreeCodeCamp published a full book teaching how to build a production-ready DevSecOps platform from homelab to AWS, covering Kubernetes, CI/CD, GitOps, security scanning, and observability.
The author upgraded their team's "AI Interview Butler" system, achieving four-terminal collaboration among the AI interview system, GitHub, Feishu, and Codex, making the recruitment process GitOps-based, enhancing automation efficiency and traceability.
A podcast conversation with CI/CD expert Robert Erez explores how AI is reshaping CI/CD practices, the nuances of GitOps, and trends like ephemeral environments and progressive delivery.
The author describes setting up an AI dev platform in his homelab using OpenCode Web UI with Git access, enabling AI-assisted maintenance of Docker services via PR review and GitOps deployment.
nixidy is a Nix-based tool for managing Kubernetes GitOps deployments that replaces Helm value files and Kustomize overlays with typed, reproducible Nix expressions. This tutorial walks through setting up a nixidy project with Argo CD, generating plain YAML for review.
A blog post explaining how to combine SOPS with Age for encrypting secrets outside the cluster and Bitnami Sealed Secrets for in-cluster decryption, enabling a GitOps workflow for Kubernetes.
Argo CD is a declarative GitOps continuous delivery tool for Kubernetes, enabling automated application deployment and lifecycle management.