Skip to content

kabart/send-name-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build docker image:

docker build --tag kabartkiew/send-name-app .

Push docker image to Docker Hub:

docker push kabartkiew/send-name-app:latest

Run docker image:

docker run -p 8080:8080 --name send-name-app kabartkiew/send-name-app

Run app in minikube:

minikube start
kubectl apply -f deploy-send-name.yaml
kubectl apply -f svc-send-name.yaml
minikube service svc-send-name

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors