#kubernetes
Read more stories on Hashnode
Articles with this tag
make sure you choose t2.medium for master nodes sudo apt-get update sudo apt-get install docker.io -y sudo usermod -aG docker $USER && newgrp...
Prerequisites are :- t2.medium instance of aws. where our master or control plane will run. t2.micro instance of aws. where our node will...
What is Kubernetes/k8s? Open source container orchestrator tool by google used to multi environment and multi container deployment. Why do we use...
ECS (Elastic Container Service) and EKS (Elastic Kubernetes Service) are both container orchestration services provided by Amazon Web Services (AWS)....