werf is designed to glue together Git, Docker, Helm, and Kubernetes. It is meant to be used in CI/CD pipelines. Let’s see whether it can be helpful to manage our k8s applications.
Continue readingCategory Archives: Docker
How To Replace Docker With nerdctl And Rancher Desktop
How to replace Docker Desktop with nerdctl and Rancher Desktop?
Continue readingWhat Do Developers Really Need (And How Can Ops Help)?
How can SREs, DevOps, ops, security, and other types of experts help developers?
Continue readingShould We Replace Docker Desktop With Rancher Desktop?
Rancher Desktop is Kubernetes and container management. As such, it could be a good replacement for Docker Desktop. Is that the case? Should we move from Docker Desktop to Rancher Desktop?
Continue readingFly – NoOps Application Management All Over The World
Fly.io enable us to run apps across multiple regions without having to deal with operations. It is a global No-Ops solution.
Continue readingFree Docker Desktop Alternative For Mac And Windows
You might have to pay to use Docker Desktop. It’s not “free for all” anymore. Fortunately, there are free alternatives, and we are going to choose the best one.
Continue readingUsing Docker Multi-Stage Builds
Is Dockerfile only for building container images or we can do more with it? How about using Docker multi-stage builds to compile binaries, run tests, and other operations typically performed before building container images?
Continue readingK3d – How to run Kubernetes cluster locally using Rancher k3s
k3d is a lightweight wrapper to run Rancher k3s in Docker. k3d allows us to create single-node and multi-node k3s clusters in Docker, for local development on Kubernetes, or as temporary testing environment.
Continue readingPortainer – Container Management Made Easy
Portainer is the definitive open source container management tool for Kubernetes, Docker, Docker Swarm and Azure ACI. It allows anyone to deploy and manage containers without the need to write code.
Continue reading
Skaffold – How to Build and Deploy In Kubernetes
Skaffold allows us to build, push, and deploy applications into any Kubernetes environment by combining a myriad of tools like Docker, Kaniko, Bazel, jib, Buildpacks, Helm kpt, Kustomize, kubectl, etc.