Kubernetes commands
microk8s kubectl get all -n metallb-system
microk8s kubectl get all --all-namespaces
show all resourcesÂ
Metallb loadbalancer , need to have promisc mode
sudo ifconfig ens33 promisc
Read File from secret :
kubectl get secret instana-core -o jsonpath="{.data.config\.yaml}" -n instana-core | base64 -d