Amazon EKS: Deploying a NodeJS app using Docker and K8s on AWS

By GeekyAnts Tech Blog - 2021-03-12

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.

 

Topics

  1. Backend (0.34)
  2. UX (0.06)
  3. Management (0.03)

Similar Articles

Don't Panic

By Kubernetes - 2020-12-02

Authors: Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas Kubernetes is deprecating Docke ...

Introduction to Docker

By datastack.tv - 2020-09-24

Everything you need to know about Docker as a Data Engineer

Free 4-Hour Course on Docker and Kubernetes

By freeCodeCamp.org - 2020-10-15

Docker and Kubernetes make it simpler to run code and software in different environments. Containers are a way of packaging software. Running a container is like running a virtual machine. You can us ...