Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] %27 test テスト

Results 161 - 170 of 685 for host:kubernetes.io (0.02 sec)

  1. Container Runtime Interface (CRI) | Kubernetes

    The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.
    kubernetes.io/docs/concepts/architecture/cri/
    Registered: Wed Apr 16 05:48:37 UTC 2025
    - 436.8K bytes
    - Viewed (0)
  2. Kubernetes Documentation | Kubernetes

    Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.
    kubernetes.io/docs/home/
    Registered: Wed Apr 16 05:48:19 UTC 2025
    - 437.4K bytes
    - Viewed (0)
  3. Upgrading kubeadm clusters | Kubernetes

    This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.31.x to version 1.32.x, and from version 1.32.x to 1.32.y (where y > x). Skipping MINOR versions when upgrading is unsupported. For more details, please visit Version Skew Policy. To see information about upgrading clusters created using older versions of kubeadm, please refer to following pages instead: Upgrading a kubeadm cluster from 1.30 to 1.31 Upgrading a kubeadm cluster from 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/
    Registered: Wed Apr 16 06:07:00 UTC 2025
    - 456.7K bytes
    - Viewed (0)
  4. Migrating telemetry and security agents from do...

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Kubernetes' support for direct integration with Docker Engine is deprecated and has been removed. Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that have a dependency on Docker to collect containers metadata, logs, and metrics.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-sec...
    Registered: Wed Apr 16 06:05:36 UTC 2025
    - 446.5K bytes
    - Viewed (0)
  5. Changing the Container Runtime on a Node from D...

    This task outlines the steps needed to update your container runtime to containerd from Docker. It is applicable for cluster operators running Kubernetes 1.23 or earlier. This also covers an example scenario for migrating from dockershim to containerd. Alternative container runtimes can be picked from this page. Before you begin Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/
    Registered: Wed Apr 16 06:07:51 UTC 2025
    - 447.3K bytes
    - Viewed (0)
  6. Operating etcd clusters for Kubernetes | Kubern...

    etcd is a consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for the data. You can find in-depth information about etcd in the official documentation. Before you begin Before you follow steps in this page to deploy, manage, back up or restore etcd, you need to understand the typical expectations for operating an etcd cluster.
    kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/
    Registered: Wed Apr 16 06:13:12 UTC 2025
    - 465.1K bytes
    - Viewed (0)
  7. Reserve Compute Resources for System Daemons | ...

    Kubernetes nodes can be scheduled to Capacity. Pods can consume all the available capacity on a node by default. This is an issue because nodes typically run quite a few system daemons that power the OS and Kubernetes itself. Unless resources are set aside for these system daemons, pods and system daemons compete for resources and lead to resource starvation issues on the node. The kubelet exposes a feature named 'Node Allocatable' that helps to reserve compute resources for system daemons.
    kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/
    Registered: Wed Apr 16 06:14:12 UTC 2025
    - 447.3K bytes
    - Viewed (0)
  8. Using Source IP | Kubernetes

    Applications running in a Kubernetes cluster find and communicate with each other, and the outside world, through the Service abstraction. This document explains what happens to the source IP of packets sent to different types of Services, and how you can toggle this behavior according to your needs. Before you begin Terminology This document makes use of the following terms: NAT Network address translation Source NAT Replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
    kubernetes.io/docs/tutorials/services/source-ip/
    Registered: Wed Apr 16 06:23:19 UTC 2025
    - 456.7K bytes
    - Viewed (0)
  9. Example: Deploying Cassandra with a StatefulSet...

    This tutorial shows you how to run Apache Cassandra on Kubernetes. Cassandra, a database, needs persistent storage to provide data durability (application state). In this example, a custom Cassandra seed provider lets the database discover new Cassandra instances as they join the Cassandra cluster. StatefulSets make it easier to deploy stateful applications into your Kubernetes cluster. For more information on the features used in this tutorial, see StatefulSet. Note:Cassandra and Kubernetes both use the term node to mean a member of a cluster.
    kubernetes.io/docs/tutorials/stateful-application/cassandra/
    Registered: Wed Apr 16 06:22:59 UTC 2025
    - 478K bytes
    - Viewed (0)
  10. Apply Pod Security Standards at the Cluster Lev...

    Note This tutorial applies only for new clusters. Pod Security is an admission controller that carries out checks against the Kubernetes Pod Security Standards when new pods are created. It is a feature GA'ed in v1.25. This tutorial shows you how to enforce the baseline Pod Security Standard at the cluster level which applies a standard configuration to all namespaces in a cluster. To apply Pod Security Standards to specific namespaces, refer to Apply Pod Security Standards at the namespace level.
    kubernetes.io/docs/tutorials/security/cluster-level-pss/
    Registered: Wed Apr 16 06:22:44 UTC 2025
    - 452.6K bytes
    - Viewed (0)
Back to top