Kubernetes
-
Desktop 4.39: Smarter AI Agent, Docker Desktop CLI in GA, and Effortless Multi-Platform Builds
Docker Desktop 4.39 brings enhanced productivity with Docker AI Agent with MCP, Kubernetes support, GA of Docker Desktop CLI, and improved image handling.
Read now
-
Docker Desktop 4.38: New AI Agent, Multi-Node Kubernetes, and Bake in GA
Docker Desktop 4.38 brings Docker AI Agent for real-time help, plus Bake for faster builds and Multi-Node Kubernetes for better testing. Learn more!
Read now
-
How to Set Up a Kubernetes Cluster on Docker Desktop
Kubernetes is an open source platform for automating the deployment, scaling, and management of containerized applications across clusters of machines. It’s become the go-to solution for orchestrating containers in production environments. But if you’re developing or testing locally, setting up a full Kubernetes cluster can be complex. That’s where Docker Desktop comes in — it…
Read now
-
10 Years Since Kubernetes Launched at DockerCon
It is not often you can reflect back and pinpoint a moment where an entire industry changed, less often to pinpoint that moment and know you were there to see it first hand. On June 10th, 2014, day 2 of the first ever DockerCon, 16:04 seconds into his keynote speech, Google VP of Infrastructure Eric…
Read now
-
Develop Kubernetes Operators in Java without Breaking a Sweat
Developing Kubernetes operators in Java is not yet the norm. So far, Go has been the language of choice here, not least because of its excellent support for writing corresponding tests. One challenge in developing Java-based projects has been the lack of easy automated integration testing that interacts with a Kubernetes API server. However, thanks…
Read now
-
KubeCon EU 2024: Highlights from Paris
Are in-person tech conferences back in fashion? Or are engineers just willing to travel for fresh baguettes? In this post, I round up a few highlights from KubeCon Europe 2024, held March 19-24 in Paris. My last KubeCon was in Detroit in 2022, when tech events were still slowly recovering from COVID. But KubeCon EU…
Read now
-
Is Your Container Image Really Distroless?
Containerization helped drastically improve the security of applications by providing engineers with greater control over the runtime environment of their applications. However, a significant time investment is required to maintain the security posture of those applications, given the daily discovery of new vulnerabilities as well as regular releases of languages and frameworks. The concept of…
Read now
-
Docker and Kubernetes: How They Work Together
Docker and Kubernetes are two of the most popular technologies for containerized development. Docker is used to package applications into containers, while Kubernetes is used to orchestrate and manage those containers in production. Kubernetes changed how we develop and deploy containerized applications, providing a powerful orchestration platform that automates tasks such as scaling, load balancing,…
Read now