SITES:
https://kubernetes.io https://istio.io https://hub.kubeapps.com https://bitnami.com/stacks https://container-registry.oracle.com/pls/apex/f?p=113:10::::: https://microservices.io https://www.cncf.io https://www.spinnaker.io https://www.kiali.io
Courses in katacoda
Awesome kubernetes (lots of resource links)
TOOLS:
#install sonarqube helm install sonarqube
# install jenkinsx brew tap jenkins-x/jx brew install jx jx install --provider=oke
# install istio curl -L https://git.io/getLatestIstio | sh - cd istio-1.0.3 kubectl apply -f install/kubernetes/helm/helm-service-account.yaml helm init --service-account tiller helm install install/kubernetes/helm/istio --name istio --namespace istio-system # delete helm delete --purge istio
kubectl <verb> pods --selector=app=<label> kubectl cp <pod>:<dir>/<file> <destdir>/<file>
brew install kubectl brew install bubectx brew install kube-ps1 # kubectl rollout restart deployment/panaweb
kubectl get secret secretname -o json | jq '.data | map_values(@base64d)' kubectl expose deployment hello-world --type=LoadBalancer --name=my-service
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep oke-admin | awk '{print $1}')