Posts

A visual guide on troubleshooting Kubernetes deployments

https://learnk8s.io/troubleshooting-deployments  

Invalid IngressClass (Spec.Controller) value "ingress-nginx-controller". Should be "k8s.io/ingress-nginx"

helm repo add ingress-nginx  https://kubernetes.github.io/ingress-nginx helm repo update helm install ingress-nginx ingress-nginx/ingress-nginx --set controller.ingressClass=ingress-nginx

Import Grafana Dashboard helm chart

grafana /values.yaml dashboardProviders :   dashboardproviders.yaml :     apiVersion : 1     providers :    - name : 'default'       orgId : 1       folder : ''       type : file       disableDeletion : false       editable : true       options :         path : /var/lib/grafana/dashboards/default dashboards :   default :     easyconnectjvm :       file : dashboards/<dashboard>.json       datasource : Prometheus Dashboards is in grafana chart folder

Mermaid Live Editor - Mermaid lets you create diagrams using text and code.

Image
https://mermaid-js.github.io/mermaid/#/ https://mermaid-js.github.io/mermaid-live-editor/#/

list-of-devops-blogs-and-resources

https://devopscube.com/list-of-devops-blogs-and-resources/  

GitHub - tomhuang12/awesome-k8s-resources: A curated list of awesome Kubernetes tools and resources.

https://github.com/tomhuang12/awesome-k8s-resources  

GitHub - ahmetb/kubernetes-network-policy-recipes: Example recipes for Kubernetes Network Policies that you can just copy paste

https://github.com/ahmetb/kubernetes-network-policy-recipes