DEV Community

Cover image for Learn how YOU can get started with Docker and Kubernetes
Chris Noring for Microsoft Azure

Posted on

62 13

Learn how YOU can get started with Docker and Kubernetes

Follow me on Twitter, happy to take your suggestions on topics or improvements /Chris

Docker

Kubernetes

  • Fundamentals
    Kubernetes is about orchestrating containerized apps. Docker is great for your first few containers. As soon as you need to run on multiple machines and need to scale up/down and distribute the load and so on, you need an orchestrator - you need Kubernetes

  • Nodes, Pods, Services, and Labeling
    This second part aims to give additional context to Nodes, Pods and introduce the concept Service. There is some theory and some practice with Kubectl.

  • Static scaling
    This third part aims to show how you scale your application. We can easily set the number of Replicas we want of a certain application and let Kubernetes figure out how to do that. This is us defining a so-called desired state.

  • Auto scaling
    This fourth part is also about scaling but we are not talking about setting the number of Replicas. Instead, we are talking about automatic scaling, of letting Kubernetes scale to as many Replicas as it needs based on settings you set on CPU and other metrics. This is great way to handle a sudden barrage of incoming requests.

  • YAML files in Kuberenetes
    Learn about YAML files and how to use them in Kubernetes

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (2)

Collapse
 
manishfoodtechs profile image
manish srivastava

very nice Chris 👍. Today I was learning kubernetics and I found your article.

Collapse
 
softchris profile image
Chris Noring

Thanks :)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay