All public logs
From Alessandro's Wiki
Combined display of all available logs of Alessandro's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:26, 10 December 2024 Xunil talk contribs created page Docker (Created page with "==docker== === Kubernetes === Details about all nodes: kubectl describe nodes Start container testing parameters kubectl apply --validate -f mypod.yaml Save pod configuration to file kubectl get pods/mypod -o yaml > mypod.yaml Show running pods IP address kubectl get pods -l app=<app name> -o go-template='{{range .items}}{{.status.podIP}}{{"\n"}}{{end}}' Exposes the service to the net kubectl expose deployment <app name> --port=80 --target-port=9376 Get the servic...")