kubernetes/website

Split Pod concept into a simple introduction and further details

Open

#38.867 geöffnet am 10. Jan. 2023

Auf GitHub ansehen
 (26 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)HTML (13.918 Forks)batch import
help wantedlanguage/enpriority/important-longtermrefactortriage/accepted

Repository-Metriken

Stars
 (4.127 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 16T 13h) (160 gemergte PRs in 30 T)

Beschreibung

I think this page needs to be separated, today it includes basic information about pods as well as detailed advanced subjects.

https://k8s.io/docs/concepts/workloads/pods/

This page should include:

  • What is a Pod?
  • Using Pods: Workload resources for managing pods
  • Working with Pods: Pod template
  • any basic information

... all the rest are detailed advanced subjects, and if someone did not know what is a pod, he will hardly understand those details.

Contributor Guide