Skip to content

K8s sockshop AWS deployment

krutarth4 edited this page Aug 16, 2023 · 1 revision

In progress

  • Infrastructure is set up using terraform

  • The documentation and other things provided as in documentation from official website could no longer be used due to changes in K8s infrastrcture and AWS syntax.

  • Deploying k8s on free tier also pose another hurdle due to limited resources availablity ~ 1vCPU. The default requirement for master node and worker node is 2vCPU. A workaround has been found by initializing different instances of the nodes in one particular cluster

  • ELB (Elastic load balancer) : A native AWS tool which will be used to distribute the load among different master nodes .

Clone this wiki locally