You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerize NodeJs application, then push the docker image to docker hub ,create k8s deployment using the docker hub image by using YAML file, and create k8s service.
➢create a sample NodeJs application.
➢Dockerize the application.
➢push the docker image to a public registry in the docker hub.
➢create k8s deployment using the public registry by yaml file .
➢create k8s service.
About
Dockerize NodeJs application, then push the docker image to docker hub ,create k8s deployment using the docker hub image by using YAML file, and create k8s service.