Skip to content

fatihkc/ultimate-k8s-deployment-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate K8S Deployment Guide

Ultimate K8s Deployment Guide is a collection of best practices for deploying applications on Kubernetes. It is a living document that is updated regularly. Check out blog post for more details.

Diagram

Diagram

Prerequisites:

Create infrastructure

Clone repository

git clone https://github.com/fatihkc/ultimate-k8s-deployment-guide.git
cd ultimate-k8s-deployment-guide

Create a cluster

kind create cluster --config kind/cluster.yaml --name guide --image=kindest/node:v1.23.6

Install Helm Chart

helm upgrade --install webserver helm-chart -f helm-chart/values.yaml -n $NAMESPACE

TODO

  • Add more complex examples
  • Persistent volume
  • Sidecar
  • Multiple containers
  • HPA
  • Ingress

LICENSE

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published