Skip to content

jaropis/kubeRnetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running multicontainer shiny application on kubernetes

Build the containers

docker build . -t shiny_me:0.1 -f shiny_app/Dockerfile

docker build . -t plumber_me:0.1 -f plumber/Dockerfile

We are tagging with version 0.1 to avoid Always pulling from repo with the latest tag.

Run the cluster locally

kubectl apply -f shiny-plumber-app.yml

to cleanup do:

kubectl delete -f shiny-plumber-app.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published