Can we build container (Docker) images without Dockerfile? Do we need Dockerfile or can we accomplish the same or better results with Buildpacks, Paketo, and kpack?
Continue readingTag Archives: Docker
Werf: Glue Together Git, Docker, Helm, Kubernetes For CI/CD Pipelines
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 readingHow 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 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.
Docker Is Dead? What Now? How Are We Going To Live Without It?
Dockershim has been deprecated in Kubernetes 1.20 and is scheduled to be removed in 1.22. That effectively killed Docker in Kubernetes. When your clusters are concerned, it is dead. What should we do about that?