Skip to content

domecloud/k9s-beer-talk

Repository files navigation

k9s-beer-talk

Kubeernetes Beer Talk Demo by DomeCloud

Video on Facebook LiveTube / Live! Kubeernetes


NFS Dynamic Provisioning

Create ClusterRole and ClusterRoleBinding

kubectl apply -f ClusterRole.yaml

Create ServiceAccount

kubectl apply -f ServiceAccount.yaml

Deploy NFS Provisioner

kubectl apply -f Deployment.yaml

Create StorageClass

kubectl apply -f StorageClass.yaml

Claim Volume

kubectl apply -f Claim.yaml

MySQL Cluster

kubectl apply -f galera-cluster.yaml

WordPress on K8S

kubectl apply -f WordPress.yaml

Monitoring K8S

Monitoring Kubernetes clusters on AWS, GCP and Azure using Prometheus Operator and Grafana camilb/prometheus-kubernetes

git clone https://github.com/camilb/prometheus-kubernetes.git
cd prometheus-kubernetes
./deploy

Alerting

Demo

Releases

No releases published

Packages

No packages published