Skip to content

Deploying Microservices Docker containers in Minikube and AWS

Notifications You must be signed in to change notification settings

dineschandgr/kubernetes_microservices

Repository files navigation

kubernetes_microservices

Deploying Microservices Docker containers in Minikube and AWS

  1. Created Kubernetes cluster with AWS EC2 instances using kops
  2. Kops will automatically create the entire cluster including master node, worker nodes and the load balancers
  3. ELK stack is also setup in the cluster
  4. Prometheus and Grafana also setup using yaml files in the cluster

Refer to Kubernetes_notes.txt for more info