Skip to content

gnzmzn321/sample-app-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample Application Deployment

The repository contains Kubernetes manifests that defines the deployment of the sample application.

To deploy the application manually run the following command:

kubectl create ns sample-app
kubectl apply -f . -n sample-app

To test the application run the command below and access http://localhost:8080/

kubectl port-forward svc/sample-app 8080:80 -n sample-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •