Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
kubectl

Commands we will use are:

commanddescription
applyApply a configuration to a resource by file name or stdin
createCreate a resource from a file or from stdin

delete

Delete resources by file names, stdin, resources and names, or by resources and label selector
describeShow details of a specific resource or group of resources
versionPrint the client and server version information
configModify kubeconfig files

Nodes (no)

Time to see how many nodes we have. How do we get the list of the nodes

...

Code Block
languageyml
titlePVC
collapsetrue
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: kooper-pvc
spec:
  storageClassName: nfs-taiga
  accessModes:
    - ReadWriteMany
  resources:
    requests:
      storage: 1Gi

Deployment (

...

deploy)

...

Service (

...

svc)

Ingress

...

Ingress Controller

...

(ing)

Helm


Page properties
hiddentrue


Related issues


...