Command Cheat sheet https://helm.sh/docs/intro/cheatsheet/ Add/Search/Install/Uninstall repo helm repo add bitnami...
https://kops.sigs.k8s.io/getting_started/aws/ Pre-requisite DOMAIN=kops.balmanrawat.com.np aws route53 create-hosted-zone \ --name ${DOMAIN} \ ...
This blog post is a summary of key insights from the book "Container Security" authored by Liz Rice. These notes were captured as I went through the...
Details: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ Pre-requisite A compatible Linux host. Verify the...
Docs Link1 Link2 Install Session Manger Plugin AWS SSM Proxy. Optional Start basic ssh connection aws ssm start-session \ --target...
memo of K8 and Kubectl stuffs ยท Pod kubectl get pods kubectl get pods --show-labels kubectl run nginx --image=nginx k run nginx --image=nginx --labels...