Description
Hey guys, today we will deploy a NodeJS app on Amazon EKS using the cutting edge Docker & K8s in the DevOps sphere. What is Docker? Docker is an open platform for developing, shipping and running appl
Summary
- Deploying a NodeJS app using Docker and K8s on AWS Hey guys, today we will deploy a NodeJS app on Amazon EKS using the cutting edge Docker & K8s in the DevOps sphere.
- Dockerfile -> A Dockerfile is a text document that contains all the commands a user can use to assemble an image.
- Amazon EKS is a managed service that helps make it easier to run Kubernetes on AWS.
- Create a VPC (Stack in CloudFormation) Virtual Private Cloud is a private subsection of AWS that we can control.