Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 709 Bytes

JCConf Helm Demo

This repository is a small and simple project that can help you to make a clean environment for learning Kubernetes and Helm. You need to install the Docker Engine and Docker Compose on your computer before you use it.

Running the Kubernetes service and demo client at local

docker-compose up -d

Entry the demo client and install the Helm

docker exec -it demo-client bash
. helm-installer.sh

Now, you can find charts on the artifacthub.io.


After learning, you can stop and remove the services.

docker-compose down -v