Sign inSign up

marcincuber/kubernetes-tutorial

By marcincuber

•Updated about 9 years ago

Google cloud kubernetes tutorials created by JetStack

Image
1

370

marcincuber/kubernetes-tutorial repository overview

⁠Kubernetes training tutorials

⁠The following are the images from all three classes;

Images can be download by running;

docker pull marcincuber/kubernetes-tutorial:beginners
docker pull marcincuber/kubernetes-tutorial:intermediate
docker pull marcincuber/kubernetes-tutorial:masterclass

Once you have the image pulled to your local, to run the workshops container you can use;

docker run -d -p 8888:80 --name workshop <image-name>

And to copy the workshop files from inside the container;

docker cp workshop:/usr/share/nginx/html/k8s ~/k8s

Note. ~/k8s is your local folder so it can be anything you like and any directory.

All three workshops have been create/implemented/developed and presented by JetStack.

Tag summary

Content type

Image

Digest

Size

111.6 MB

Last updated

about 9 years ago

docker pull marcincuber/kubernetes-tutorial:beginners