kubernetes-training icon indicating copy to clipboard operation
kubernetes-training copied to clipboard

Skoleni Kubernetes

Results 100 kubernetes-training issues
Sort by recently updated
recently updated
newest added

https://kubevious.io/blog/post/comparing-kubernetes-container-network-interface-cni-providers

```bash (do-fra1-sikademo:ondrejsika)root@docker0:~/kubernetes-training# kubectl get -f 01_pod.yml NAME READY STATUS RESTARTS AGE simple-hello-world 1/1 Running 0 15m (do-fra1-sikademo:ondrejsika)root@docker0:~/kubernetes-training# k get po simple-hello-world NAME READY STATUS RESTARTS AGE simple-hello-world 1/1 Running 0...

https://helm.sh/docs/helm/helm_dependency/

``` - name: wait-for-migrations image: sikalabs/kubectl args: - /bin/sh - -c - "kubectl wait --for=condition=complete --timeout=600s job/sleep20s" ```