Tag Archive for: Container Plattformen und Cloud

New Adventures in ArgoCD: Automating Automation
ArgoCD is a great CICD tool for facilitating Git-based Kubernetes deployments. Helm is a widely used solution, with good reason, to simplify complex Kubernetes deployments and customize them to your needs. It's even supported by Argo per se. You can't ask for anything better than a combination of the two. Or can you?

Docker Alternatives
Docker has started a revolution with its easy access to Linux containers: Containerized applications, microservices, DevOps, GitOps, and Kubernetes are noticeably spreading. But then suddenly it says "Docker support in [kubernetes] is now deprecated and will be removed in a future release”. What does this mean for you and your work with containers? With Kubernetes? For starters, the good news is that you don't have to change much at all. This blog briefly outlines existing alternatives, categorizes them, and provides a brief example for developers.