Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 699 for host:kubernetes.io (0.17 sec)

  1. Audit Annotations | Kubernetes

    This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.
    kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/
    Registered: Mon Sep 08 23:29:15 UTC 2025
    - 465.5K bytes
    - Viewed (0)
  2. Kubernetes API health endpoints | Kubernetes

    The Kubernetes API server provides API endpoints to indicate the current status of the API server. This page describes these API endpoints and explains how you can use them. API endpoints for health The Kubernetes API server provides 3 API endpoints (healthz, livez and readyz) to indicate the current status of the API server. The healthz endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific livez and readyz endpoints instead.
    kubernetes.io/docs/reference/using-api/health-checks/
    Registered: Mon Sep 08 23:29:44 UTC 2025
    - 462.1K bytes
    - Viewed (0)
  3. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Mon Sep 08 23:36:43 UTC 2025
    - 460.5K bytes
    - Viewed (0)
  4. Node Status | Kubernetes

    The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.
    kubernetes.io/docs/reference/node/node-status/
    Registered: Mon Sep 08 23:37:00 UTC 2025
    - 465K bytes
    - Viewed (0)
  5. Instrumentation | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/instrumentation/
    Registered: Mon Sep 08 23:36:53 UTC 2025
    - 455.1K bytes
    - Viewed (0)
  6. kubectl annotate | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/
    Registered: Mon Sep 08 23:38:26 UTC 2025
    - 468.7K bytes
    - Viewed (0)
  7. External APIs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/external-api/
    Registered: Tue Sep 09 00:25:39 UTC 2025
    - 453.5K bytes
    - Viewed (0)
  8. Submitting articles to Kubernetes blogs | Kuber...

    There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. For the main Kubernetes blog, we (the Kubernetes project) like to publish articles with different perspectives and special focuses, that have a link to Kubernetes. With only a few special case exceptions, we only publish content that hasn't been submitted or published anywhere else. Writing for the Kubernetes blog(s) As an author, you have three different routes towards publication.
    kubernetes.io/docs/contribute/blog/article-submission/
    Registered: Tue Sep 09 00:34:44 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  9. Page content types | Kubernetes

    The Kubernetes documentation follows several types of page content: Concept Task Tutorial Reference Content sections Each page content type contains a number of sections defined by Markdown comments and HTML headings. You can add content headings to your page with the heading shortcode. The comments and headings help maintain the structure of the page content types. Examples of Markdown comments defining page content sections: <!-- overview --> <!-- body --> To create common headings in your content pages, use the heading shortcode with a heading string.
    kubernetes.io/docs/contribute/style/page-content-types/
    Registered: Tue Sep 09 00:33:45 UTC 2025
    - 466K bytes
    - Viewed (0)
  10. kube-apiserver Admission (v1) | Kubernetes

    Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.
    kubernetes.io/docs/reference/config-api/apiserver-admission.v1/
    Registered: Tue Sep 09 00:34:26 UTC 2025
    - 467.7K bytes
    - Viewed (0)
Back to top