# Kubernetes (\*k8s)

- [Certifications](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/certification.md): cka, ckad cks
- [CKA, CKAD, CKS - Jan 03 2022](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/certification/cka-ckad-cks.md)
- [Check Badge](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/certification/check-badge.md)
- [LF Certification Verify tool](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/certification/lf-certification-verify-tool.md)
- [Renew policy (Aug 2, 2021)](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/certification/renew-policy-aug-2-2021.md)
- [Versions](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/version.md)
- [Native-k8s(Ubuntu) - Dec 12 2023](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/version/native-k8s-ubuntu.md)
- [Native-k8s(CentOS) - Dec 12 2023](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/version/native-k8s-centos.md)
- [Kubernetes version graph view](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/version/kubernetes-version-graph-view.md)
- [GKE (Google Kuberntes Engine) - Jun 14 2021](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/version/gke-google-kuberntes-engine.md)
- [Volumes](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/volume.md): volume related
- [GKE PVC Resize](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/volume/gke-pvc-resize.md)
- [Storageclassses Performace on Managed k8s](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/volume/storageclassses-performace-on-managed-k8s.md): Performance Test (updated May 03 2021)
- [Registry](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/registry.md)
- [GCR Performance](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/registry/gcr-performance.md)
- [Observability](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/observability.md)
- [Pixie](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/observability/pixie.md): Pixie runs entirely inside your Kubernetes clusters without storing any customer data outside. Avoid trading-off depth of visibility due to the hassle and cost of trucking petabytes of telemetry off-c
- [Architecture](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/architecture.md)
- [kubectl get componentstatuses](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/architecture/kubectl-get-componentstatuses.md)
- [Feature Gate](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/architecture/feature-gate.md)
- [CNCF 플랫폼 백서(White Paper)](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/architecture/platform_whitepaper.md): https://appdelivery.cncf.io/whitepapers/platforms/
- [Plugins](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/plugins.md)
- [krew](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/plugins/krew.md)
- [custom-index](https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s/plugins/krew/custom-index.md): https://github.com/sysnet4admin/custom-index


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sysnet4admin.gitbook.io/cncf/cloud-native/kubernetes-k8s.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
