BRBalman Rawatinblog.balmanrawat.com.np·Jun 21, 2024 · 15 min readOfficial Helm Chart Template Guide SummaryCommand Cheat sheet https://helm.sh/docs/intro/cheatsheet/ Add/Search/Install/Uninstall repo helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update bitnami helm repo list helm install wordpress bitnami/wordpress helm list helm sta...00
BRBalman Rawatinblog.balmanrawat.com.np·Jun 8, 2024 · 2 min readKOps Quick Bootstrapping on AWShttps://kops.sigs.k8s.io/getting_started/aws/ Pre-requisite DOMAIN=kops.balmanrawat.com.np aws route53 create-hosted-zone \ --name ${DOMAIN} \ --caller-reference kops-expriment ACCOUNT_ID=$(aws sts get-caller-identity --query 'Account' --ou...00
BRBalman Rawatinblog.balmanrawat.com.np·Jun 7, 2024 · 13 min readSummary of the Book "Container Security" by Liz Rice Containers have become the default way to package, ship, and run modern applications. They make deployments repeatable, portable, and scalable. But containers are not magic security boxes. A container00
BRBalman Rawatinblog.balmanrawat.com.np·Jun 7, 2024 · 4 min readMemo: Bootstrapping Kubernets using KubeadmDetails: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ Pre-requisite A compatible Linux host. Verify the MAC address and product_uuid are unique for every node. Kubernetes uses these values to uniquely ident...00
BRBalman Rawatinblog.balmanrawat.com.np·Feb 11, 2024 · 1 min readMemo: SSM Session and Port ForwardingDocs Link1 Link2 Install Session Manger Plugin AWS SSM Proxy. Optional Start basic ssh connection aws ssm start-session \ --target i-askfsa8asld Port Forwarding aws ssm start-session \ --target i-00e68c055d1c0b087 \ --document-na...00