DEV Community

Cover image for Kubernetes and Free Resources
Pavan Belagatti
Pavan Belagatti

Posted on

Kubernetes and Free Resources

How Kubernetes Works?

How Kubernetes works
Image source: Knoldus Inc

In Kubernetes, there is a master node and multiple worker nodes, each worker node can handle multiple pods.
Pods are just a bunch of containers clustered together as a working unit. You can start designing your applications using pods.
Once your pods are ready, you can specify pod definitions to the master node, and how many you want to deploy. From this point, Kubernetes is in control.
It takes the pods and deploys them to the worker nods. If a worker node goes down, Kubernetes starts new pods on a functioning worker node.
This makes the process of managing the containers easy and simple.
It makes it easy to build and add more features and improving the application to attain higher customer satisfaction.

Finally, no matter what technology you're invested in, Kubernetes can help you.

This list should cover the whole damn thing on earth about Kubernetes.

1. The Game of PODs is a FREE fun and challenging set of challenges to be played on Kubernetes - https://kodekloud.com/p/game-of-pods

2. Get an in-depth primer on this powerful system for managing containerized applications - https://training.linuxfoundation.org/training/introduction-to-kubernetes/

3. Get hands-on experience with container orchestration - https://cognitiveclass.ai/courses/kubernetes-course

4. A hands-on introduction to Kubernetes by the OpenShift team - http://kubernetesbyexample.com/

5. Get familiar with the concepts of Kubernetes - https://instruqt.com/public/tracks/kubernetes-concepts

6. Scalable Microservices with Kubernetes - https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615

7. Kubernetes Webinars by Janakiram MSV - https://www.youtube.com/playlist?list=PLF3s2WICJlqOiymMaTLjwwHz-MSVbtJPQ&ref=hackr.io

8. Getting Started with Google Kubernetes Engine - https://www.coursera.org/learn/google-kubernetes-engine

9. A curated list for excellent Kubernetes sources - https://ramitsurana.github.io/awesome-kubernetes/

Download the free Kubernetes books below,

> Microsoft is giving away this full O'Reilly Kubernetes book for free - https://azure.microsoft.com/en-us/resources/kubernetes-up-and-running/

> The full copy of 'Kubernetes Patterns' e-book is available for FREE. Thanks to Red Hat for providing this. Go, grab your copy today - https://www.redhat.com/en/engage/kubernetes-containers-architecture-s-201910240918

So, are you planning to move to Kubernetes?
Take a look at this whitepaper that will help you with some best practices for taking your containers all the way to production.

Hope this list is helpful:)

Top comments (3)

Collapse
 
tomfern profile image
Tomas Fernandez

Thanks for sharing!

Collapse
 
zerquix18 profile image
I'm Luis! \^-^/

Thank you so much!

Collapse
 
dongyuhappy profile image
dongyu

thx