Skip to content

All the Kubernetes manifest files required to deploy whatever we're running.

Notifications You must be signed in to change notification settings

ethanWallace/Kubernetes-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-config

All the Kubernetes manifest files required to deploy whatever we're running.

Ingress manifests assume that the nginx ingress contriller is installed on the cluster:

helm install stable/nginx-ingress --namespace kube-system

as well as kube-lego for automated Let's Encrypt certs:

helm install stable/kube-lego --namespace kube-system \
  --set config.LEGO_EMAIL={your_email} \
  --set config.LEGO_URL=https://acme-v01.api.letsencrypt.org/directory

Metrics services

Prometheus from Helm chart, rbac needs to be off if using aks:

helm install --name promy stable/prometheus --set rbac.create=false --set alertmanager.persistentVolume.storageClass=azurefile --set server.persistentVolume.storageClass=managed-standard --namespace data

About

All the Kubernetes manifest files required to deploy whatever we're running.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published