Skip to content

Run k3s with traefik ingress proxy and variety of helm charts, including Ansible AWX

License

Notifications You must be signed in to change notification settings

dmpe/k8s-helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Running a demo k3s kubernetes cluster, with exposed Traefik dashboard, and several other applications.

E.g. AWX operator, external (non-buildin) Traefik Helm Chart or rancher-monitoring, with centralized dashboarding.

Cluster Access

export KUBECONFIG=/etc/rancher/k3s/k3s.yaml

Download/Add Helm Charts

helm pull traefik/traefik --untar --untardir traefik-external
helm pull jetstack/cert-manager --untar
helm repo add awx-operator https://ansible.github.io/awx-operator/
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add rancher http://charts.rancher.io/

Storage

Look in :

cd /var/lib/rancher/k3s/storage

Deinstall

sudo systemctl stop k3s
sudo k3s-killall.sh
sudo k3s-uninstall.sh

About

Run k3s with traefik ingress proxy and variety of helm charts, including Ansible AWX

Topics

Resources

License

Stars

Watchers

Forks

Languages