Skip to content

Bilal-CA/nApp-K8S

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nApp

Setup the Kubectl environment first

Expose the application using a NodePort service:

kubectl expose deployment node-app --type=NodePort --port=80

Verify the Deployment:

kubectl logs deployment/node-app

Access the Application:

minikube service node-app --url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published