ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no (whoami)
@k8s.test.domaindrivenarchitecture.org -L 8001:localhost:8001
sudo su k8s
cd && whoami
sudo lsof -i -n | egrep '<ssh>'
kubectl -n kube-system describe secret admin-user| awk '$1=="token:"{print $2}'
kubectl apply -f /home/k8s/k8s_resources/
kubectl get all --all-namespaces kubectl get pods kubectl -n kube-system describe secret kubectl -n kubernetes-dashboard describe secret
curl https://k8s-apple.test.domaindrivenarchitecture.org/apple
kubectl proxy & curl http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy kubectl -n kube-system describe secret kubernetes-dashboard| awk '$1=="token:"{print $2}'
kubectl proxy & curl http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy kubectl -n kubernetes-dashboard describe secret kubernetes-dashboard| awk '$1=="token:"{print $2}'
curl --insecure -v https://k8s-nexus.test.domaindrivenarchitecture.org/ cat /mnt/data/admin.password
kubectl run my-shell --rm -i --tty --image nicolaka/netshoot -- bash
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close