Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 421 - 430 of 673 for host:kubernetes.io (0.02 sec)

  1. Sidecar Containers | Kubernetes

    FEATURE STATE: Kubernetes v1.29 [beta] 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 Feb 12 05:52:40 UTC 2025
    - 452K bytes
    - Viewed (0)
  2. Share a Cluster with Namespaces | Kubernetes

    This page shows how to view, work in, and delete namespaces. The page also shows how to use Kubernetes namespaces to subdivide your cluster. Before you begin Have an existing Kubernetes cluster. You have a basic understanding of Kubernetes Pods, Services, and Deployments. Viewing namespaces List the current namespaces in a cluster using: kubectl get namespaces NAME STATUS AGE default Active 11d kube-node-lease Active 11d kube-public Active 11d kube-system Active 11d Kubernetes starts with four initial namespaces:
    kubernetes.io/docs/tasks/administer-cluster/namespaces/
    Registered: Wed Feb 12 06:03:55 UTC 2025
    - 450.8K bytes
    - Viewed (0)
  3. Declare Network Policy | Kubernetes

    This document helps you get started using the Kubernetes NetworkPolicy API to declare network policies that govern how pods communicate with each other. 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. 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/administer-cluster/declare-network-policy/
    Registered: Wed Feb 12 06:04:33 UTC 2025
    - 442.8K bytes
    - Viewed (0)
  4. Windows debugging tips | Kubernetes

    Node-level troubleshooting My Pods are stuck at "Container Creating" or restarting over and over Ensure that your pause image is compatible with your Windows OS version. See Pause container to see the latest / recommended pause image and/or get more information. Note:If using containerd as your container runtime the pause image is specified in the plugins.plugins.cri.sandbox_image field of the of config.toml configuration file. My pods show status as ErrImgPull or ImagePullBackOff
    kubernetes.io/docs/tasks/debug/debug-cluster/windows/
    Registered: Wed Feb 12 06:13:01 UTC 2025
    - 438.6K bytes
    - Viewed (0)
  5. 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 Feb 12 06:12:44 UTC 2025
    - 434.3K bytes
    - Viewed (0)
  6. TLS bootstrapping | Kubernetes

    In a Kubernetes cluster, the components on the worker nodes - kubelet and kube-proxy - need to communicate with Kubernetes control plane components, specifically kube-apiserver. In order to ensure that communication is kept private, not interfered with, and ensure that each component of the cluster is talking to another trusted component, we strongly recommend using client TLS certificates on nodes. The normal process of bootstrapping these components, especially worker nodes that need certificates so they can communicate safely with kube-apiserver, can be a challenging process as it is often outside of the scope of Kubernetes and requires significant additional work.
    kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
    Registered: Wed Feb 12 06:25:52 UTC 2025
    - 466.1K bytes
    - Viewed (0)
  7. Webhook Mode | Kubernetes

    A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen. When specified, mode Webhook causes Kubernetes to query an outside REST service when determining user privileges. Configuration File Format Mode Webhook requires a file for HTTP configuration, specify by the --authorization-webhook-config-file=SOME_FILENAME flag. The configuration file uses the kubeconfig file format.
    kubernetes.io/docs/reference/access-authn-authz/webhook/
    Registered: Wed Feb 12 06:25:44 UTC 2025
    - 447.9K bytes
    - Viewed (0)
  8. API Priority and Fairness | Kubernetes

    FEATURE STATE: Kubernetes v1.29 [stable] Controlling the behavior of the Kubernetes API server in an overload situation is a key task for cluster administrators. The kube-apiserver has some controls available (i.e. the --max-requests-inflight and --max-mutating-requests-inflight command-line flags) to limit the amount of outstanding work that will be accepted, preventing a flood of inbound requests from overloading and potentially crashing the API server, but these flags are not enough to ensure that the most important requests get through in a period of high traffic.
    kubernetes.io/docs/concepts/cluster-administration/flow-control/
    Registered: Wed Feb 12 05:57:13 UTC 2025
    - 487.9K bytes
    - Viewed (0)
  9. Configure Default Memory Requests and Limits fo...

    Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/
    Registered: Wed Feb 12 05:58:03 UTC 2025
    - 452K bytes
    - Viewed (0)
  10. Upgrading Linux nodes | Kubernetes

    This page explains how to upgrade a Linux Worker Nodes created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. To check the version, enter kubectl version.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/
    Registered: Wed Feb 12 05:58:12 UTC 2025
    - 437.1K bytes
    - Viewed (0)
Back to top