Docker and Kubernetes How to Learn Kubernetes and Docker Kubernetes and Docker are essential technologies for anyone working in DevOps or cloud-native application development. Mastering these technologies can greatly benefit your career growth in DevOps.
Docker and Kubernetes Kubernetes Dropping Docker: What Happens Now? A while back, Kubernetes announced that it was deprecating Docker. Actually, it was deprecating something called dockershim, and Docker alongside it. Roughly one year after the announcement, Docker was completely removed from Kubernetes. In this blog post, I'll explain why this happened and the impact it's
DevOps 6 DevOps Concepts Every DevOps Engineer Should Know Ever heard terms like CI/CD, pipelines, compiling, version control, containers and orchestration, and so on? They're pretty alien, right? Or, at least, abstract. For example, we keep hearing about Kubernetes orchestrating containers. We can figure out that it probably automates something, but how and why? And what
Kubernetes Container Runtime Interfaces In Kubernetes Containers provide an efficient way to package and deploy applications. They are lightweight, portable, and can be easily moved between different environments without any changes to the application code. With Kubernetes, developers can easily manage and orchestrate containerized applications at scale, ensuring that they are always available and running smoothly.
Docker Docker Certified Associate Exam Series (Part-2): Kubernetes In the previous blog of this 7-part series, we discussed Container Orchestration. This blog dives into Kubernetes. Here are the six other blogs in the series: * Docker Certified Associate Exam Series (Part-1): Container Orchestration * Docker Certified Associate Exam Series (Part-3): Image Creation, Management, and Registry * Docker Certified Associate Exam Series