Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 686 for host:kubernetes.io (0.04 sec)

  1. Recommended Labels | Kubernetes

    You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that all tools can understand. In addition to supporting tooling, the recommended labels describe applications in a way that can be queried. The metadata is organized around the concept of an application. Kubernetes is not a platform as a service (PaaS) and doesn't have or enforce a formal notion of an application.
    kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
    Registered: Wed Jun 04 06:33:14 UTC 2025
    - 466.8K bytes
    - Viewed (0)
  2. Sidecar Containers | Kubernetes

    FEATURE STATE: Kubernetes v1.33 [stable] (enabled by default: true) Sidecar containers are the secondary containers that run along with the main application container within the same Pod. These containers are used to enhance or to extend the functionality of the primary app container by providing additional services, or functionality such as logging, monitoring, security, or data synchronization, without directly altering the primary application code. Typically, you only have one app container in a Pod.
    kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/
    Registered: Wed Jun 04 06:33:26 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  3. Dual-stack support with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/
    Registered: Wed Jun 04 06:34:40 UTC 2025
    - 465.6K bytes
    - Viewed (0)
  4. Available Documentation Versions | Kubernetes

    This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.
    kubernetes.io/docs/home/supported-doc-versions/
    Registered: Wed Jun 04 06:34:27 UTC 2025
    - 448.2K bytes
    - Viewed (0)
  5. ReplicaSet | Kubernetes

    A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. Usually, you define a Deployment and let that Deployment manage ReplicaSets automatically.
    kubernetes.io/docs/concepts/workloads/controllers/replicaset/
    Registered: Wed Jun 04 06:32:52 UTC 2025
    - 488.5K bytes
    - Viewed (0)
  6. Ephemeral Containers | Kubernetes

    FEATURE STATE: Kubernetes v1.25 [stable] This page provides an overview of ephemeral containers: a special type of container that runs temporarily in an existing Pod to accomplish user-initiated actions such as troubleshooting. You use ephemeral containers to inspect services rather than to build applications. Understanding ephemeral containers Pods are the fundamental building block of Kubernetes applications. Since Pods are intended to be disposable and replaceable, you cannot add a container to a Pod once it has been created.
    kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/
    Registered: Wed Jun 04 06:35:12 UTC 2025
    - 450.9K bytes
    - Viewed (0)
  7. Init Containers | Kubernetes

    This page provides an overview of init containers: specialized containers that run before app containers in a Pod. Init containers can contain utilities or setup scripts not present in an app image. You can specify init containers in the Pod specification alongside the containers array (which describes app containers). In Kubernetes, a sidecar container is a container that starts before the main application container and continues to run. This document is about init containers: containers that run to completion during Pod initialization.
    kubernetes.io/docs/concepts/workloads/pods/init-containers/
    Registered: Wed Jun 04 06:34:59 UTC 2025
    - 474.8K bytes
    - Viewed (0)
  8. Attach Handlers to Container Lifecycle Events |...

    This page shows how to attach handlers to Container lifecycle events. Kubernetes supports the postStart and preStop events. Kubernetes sends the postStart event immediately after a Container is started, and it sends the preStop event immediately before the Container is terminated. A Container may specify one handler per event. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/
    Registered: Wed Jun 04 07:00:22 UTC 2025
    - 455.2K bytes
    - Viewed (0)
  9. Managing Secrets using Configuration File | Kub...

    Creating Secret objects using resource configuration file.
    kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/
    Registered: Wed Jun 04 07:02:30 UTC 2025
    - 466.1K bytes
    - Viewed (0)
  10. Debugging Kubernetes Nodes With Kubectl | Kuber...

    This page shows how to debug a node running on the Kubernetes cluster using kubectl debug command. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/debug/debug-cluster/kubectl-node-debug/
    Registered: Wed Jun 04 07:02:42 UTC 2025
    - 452.3K bytes
    - Viewed (0)
Back to top