List of all the sessions/learning which were interesting. Idea of this page is to create some content to be read through every Friday based on need and ask.
Even though there is an existing documentation of all the steps for the first four topics, the reason why I am documenting is because I have realized with k8s and all the tech, no matter how much one experienced it by listening, watching and other people doing, unless one tries the stuff, there is hardly any understanding of this concepts when it comes to practical use.
And here is so much which gets cleared like why LoadBalancer vs NodePort, why something in k8s is used vs somewhere something else.
- Refer to original documentation
- Easy step for Mac users
brew install kind
Clone this repo and run the command ./0-Prerequisite/start-kind.sh. This is different from the regular approach of kind create cluster. The reason is we are adding two things:
- Annotation
ingress-ready=true - Exposing extra port like 80 and 443 for ingress-controller to allow connection.
In the end, Ingress Controller locally will work as a NodePort to allow connections via the Ingress definition.
Go to ingress-with-kind for more details
Go to logging-with-efk for more details
Go to the-metrics for more details
Go to consul-service-mesh for more details
TBD
TBD
TBD
TBD
TBD