Kubernetes: Revision history

From Piszczynski

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 April 2024

  • curprev 15:3515:35, 14 April 2024Aleks talk contribs 478 bytes +108 No edit summary Tag: Visual edit
  • curprev 15:3415:34, 14 April 2024Aleks talk contribs 370 bytes +370 Created page with "==Create Pod== Create pod with the following command:<syntaxhighlight lang="bash"> kubectl apply -f pod.yaml #apply the config in the .yaml file </syntaxhighlight>inspect the pods conents:<syntaxhighlight lang="bash"> ps auxf </syntaxhighlight>use ctl command to see base info:<syntaxhighlight lang="bash"> sudo ctr --namespace=k8s.io containers ls </syntaxhighlight>" Tag: Visual edit