Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:kubernetes [2024/04/29 18:53] 5.152.82.90wiki:kubernetes [2025/06/29 05:53] (current) 5.152.82.90
Line 1: Line 1:
-======Minikube===== +[[k8s_kubectl:KubeCtl]]\\ 
-<code> +[[k8s_helm:Helm]]\\ 
-minikube start --vm-driver=virtualbox +[[k8s_argocd:ArgoCD]]\\
-minikube [start|stop|delete|status+
-minikube start --cpus 4 +
-</code> +
-=====Cluster Info===== +
-<code> +
-kubectl version --client +
-kubectl cluster-info +
-kubectl get nodes +
-kubectl get pods --all-namespaces +
-</code> +
-=====Run===== +
-<code> +
-kubectl run hello --image=nginxdemos/hello --port=80 +
-kubectl delete pods hello +
-kubectl describe pods hello +
-kubectl exec -it hello -- sh +
-kubectl logs hello +
-kubectl port-forward hello 8888:80 +
-</code> +
-=====Configuration===== +
-<code file pod.yml> +
-apiVersionv1 +
-kind: Pod +
-metadata: +
-  name: test +
-  labels: +
-    env: prod +
-    app: web +
-    tier: front +
-spec: +
-  containers: +
-    - name: hello +
-      image: nginxdemos/hello +
-      ports: +
-        - containerPort: 80 +
-</code>+
Navigation
Print/export
QR Code
QR Code wiki:kubernetes (generated for current page)