A guide to administering and using Kubernetes clusters declaratively
⚠️ This is a work in progress.
Examples of clusters and Helm charts / releases have been moved to https://github.com/ilyasotkov/exekube.
📋 Lab Overview: How do I create a Kubernetes cluster and how do I maintain it?
📋 Lab Overview: How do I turn a bare Kubernetes installation into a production-ready cluster?
📋 Lab Overview: What's the best way to consume Kubernetes cluster resources?
Description | Address |
---|---|
Kubernetes Documentation | https://kubernetes.io/docs |
Kubernetes API Reference | https://kubernetes.io/docs/api-reference/v1.8/ |
Helm Documentation | https://docs.helm.sh/ |
ramitsurana/awesome-kubernetes | https://github.com/ramitsurana/awesome-kubernetes |
🎉 Kubernetes News: Kubernetes will be integrated into Docker alongside Docker Swarm mode in Docker for Mac. Read: https://blog.docker.com/2017/10/kubernetes-docker-platform-and-moby-project/
📖 A comprehensive article about approaches and future approaches to managing Kuberntes applications declaratively: https://docs.google.com/document/d/1cLPGweVEYrVqQvBLJg6sxV-TrE5Rm2MNOBA_cxZP2WU/edit?usp=sharing
🐳 Alternative native deployment solution, Docker Swarm mode: