Skip to content

paulmurariu1/deploy-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start the deployment

kubectl create -f <path_to_project>/deployments/poc-deployment.yaml Verify that deployment is successfull and all replicas have been created "kubectl get deployments"

Start the NodePort service

kubectl create -f <path_to_project>/services/service.yaml Verify that the service is running "kubectl get svc"

Run the service tunnel

minikube service app-service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published