Kubeernetes Beer Talk Demo by DomeCloud
Video on Facebook LiveTube / Live! Kubeernetes
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
kubectl apply -f galera-cluster.yaml
kubectl apply -f WordPress.yaml
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
Demo