Skip to content

A demo of building and consuming container images from within a Kubernetes cluster

Notifications You must be signed in to change notification settings

RobClenshaw/docker-in-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker operations in Kubernetes

How to...

  • Build container images inside a Kubernetes cluster
  • Push to a container registry inside the cluster
  • Start a pod that pulls an image from the in-cluster registry

You will need

As the scripts come, you will need to install...

...but they are only to preload container images to speed up the demo. You can comment out a section in scripts/build-cluster.sh if you don't need this and then technically you won't need Helm or GnuPG either.

Caveats

I've only tested this on a Mac so it may not work as well on other OSes. The scripts are all bash so you'll need to have something capable of running them if you're on Windows.

About

A demo of building and consuming container images from within a Kubernetes cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published