Kubernetes is a complicated beast. There are many moving parts under the hood. Simplifying Container orchestration isnβt easy.
Here are 11 Resources that will make you a Kubernetes wizard in no time:
1. A Beginnerβs Guide to Kubernetes
A comprehensive introduction to Kubernetes architecture.
π https://medium.com/containermind/a-beginners-guide-to-kubernetes-7e8ca56420b6
2. A Guide to the Kubernetes Networking Model
An in-depth run-through of Kubernetes networking.
π https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/
3. Amazon EKS Best Practices Guide for Security
This guide provides advice about protecting information, systems, and assets that are reliant on EKS while delivering business value through risk assessments and mitigation strategies.
π https://aws.github.io/aws-eks-best-practices/
4. Configuring HA Kubernetes cluster on bare metal servers with kubeadm
A guide to standing up a HA Kubernetes cluster on bare metal servers with kubeadm.
5. Introduction to Using Google Kubernetes Engine; Explain Like Iβm Five!
Creating your first managed Kubernetes cluster on Google Kubernetes Engine using Terraform.
π https://faun.pub/google-kubernetes-engine-explain-like-im-five-1890e550c099
6. Kubernetes Network Policy Recipes
This repository contains various use cases of Kubernetes Network Policies and sample YAML files to leverage in your setup.
π https://github.com/ahmetb/kubernetes-network-policy-recipes
7. Kubernetes The Hard Way
Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.
π https://github.com/kelseyhightower/kubernetes-the-hard-way
8. Production grade Kubernetes Monitoring using Prometheus
An in-depth guide to deploying Prometheus monitoring solution.
π https://faun.pub/production-grade-kubernetes-monitoring-using-prometheus-78144b835b60
9. The Illustrated Childrenβs Guide to Kubernetes
Graphical explanations of Kubernetes.
π https://youtube.com/watch?v=3I9PkvZ80BQ
10. Troubleshooting Kubernetes deployments
A flow chart to troubleshoot a Kubernetes deployment in case of issues.
π https://learnk8s.io/troubleshooting-deployments
11. Writing Your First Kubernetes Operator
In this article, weβll see how to build and deploy your first Kubernetes Operator using the Operator SDK.
π https://faun.pub/writing-your-first-kubernetes-operator-8f3df4453234
Thanks for reading this.
If you have an idea and want to build your product around it, schedule a call with me.
If you want to learn more in DevOps and Backend space, follow me.
If you want to connect, reach out to me on Twitter and LinkedIn.
Top comments (4)
Grafana with prometheus is one of the best for monitoring and have a big picture of the apps, I replaced fully the logs in my backend code for proper metrics to visualize the users interaction
Absolutely. They are incredible and most reliable.
Very useful links. Thanks for sharing
Your welcome. I am glad you liked them.