Skip to content

basit2023/git-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Kubernetes nodejs

Docker Image

docker build . -t jayvirrathi/nodejs:v1

docker push jayvirrathi/nodejs:v1

Kubernetes cmd

kubectl create ns example-app

kubectl apply -n example-app -f .\deployment\deployment.yaml

kubectl apply -n example-app -f .\deployment\service.yaml

kubectl -n example-app get svc

Kubernetes cmd for Debugging

kubectl get ns

kubectl -n example-app get deploy

kubectl -n example-app get pods

kubectl -n example-app get logs podname

About

In this repo, a simple project is created, containerized and deployed on K8s.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •