#kubernetes
Read more stories on Hashnode
Articles with this tag
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...
ElasticSearch H/A setup using ECK operator in EKS ยท Overview This guide provides the information for deploying/managing highly available Elastic search...
Prerequisite eksctl. details AWS CLI. details Helm. details Create EKS Cluster This will create an EKS cluster in us-east-1 region with 2 nodes...