Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 11 - 20 of 628 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. Assign Pods to Nodes | Kubernetes

    This page shows how to assign a Kubernetes Pod to a particular node in a Kubernetes cluster. 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/configure-pod-container/assign-pods-nodes/
    Registered: Fri Jun 07 05:53:37 UTC 2024
    - 429.1K bytes
    - Viewed (0)
  2. Namespaces Walkthrough | Kubernetes

    Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: A scope for Names. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your cluster. 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/namespaces-walkthrough/
    Registered: Fri Jun 07 05:53:55 UTC 2024
    - 449.4K bytes
    - Viewed (0)
  3. Use Cilium for NetworkPolicy | Kubernetes

    This page shows how to use Cilium for NetworkPolicy. For background on Cilium, read the Introduction to Cilium. 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/administer-cluster/network-policy-provider/cilium-network-policy/
    Registered: Fri Jun 07 05:49:49 UTC 2024
    - 423.5K bytes
    - Viewed (0)
  4. Assign Memory Resources to Containers and Pods ...

    This page shows how to assign a memory request and a memory limit to a Container. A Container is guaranteed to have as much memory as it requests, but is not allowed to use more memory than its limit. 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.
    kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/
    Registered: Fri Jun 07 05:53:14 UTC 2024
    - 451K bytes
    - Viewed (0)
  5. Troubleshooting CNI plugin-related errors | Kub...

    To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...
    Registered: Fri Jun 07 05:52:14 UTC 2024
    - 426.5K bytes
    - Viewed (0)
  6. Run a Stateless Application Using a Deployment ...

    This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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.
    kubernetes.io/docs/tasks/run-application/run-stateless-application-deployment/
    Registered: Fri Jun 07 06:01:28 UTC 2024
    - 438.2K bytes
    - Viewed (0)
  7. Managing Kubernetes Objects Using Imperative Co...

    Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-command/
    Registered: Fri Jun 07 06:01:32 UTC 2024
    - 426.9K bytes
    - Viewed (0)
  8. Extend Kubernetes | Kubernetes

    Understand advanced ways to adapt your Kubernetes cluster to the needs of your work environment.
    kubernetes.io/docs/tasks/extend-kubernetes/
    Registered: Fri Jun 07 06:02:32 UTC 2024
    - 414.2K bytes
    - Viewed (0)
  9. Running Automated Tasks with a CronJob | Kubern...

    This page shows how to run automated tasks using Kubernetes CronJob object. 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/job/automated-tasks-with-cron-jobs/
    Registered: Fri Jun 07 06:02:01 UTC 2024
    - 426.7K bytes
    - Viewed (0)
  10. Restrict a Container's Access to Resources with...

    FEATURE STATE: Kubernetes v1.4 [beta] This page shows you how to load AppArmor profiles on your nodes and enforce those profiles in Pods. To learn more about how Kubernetes can confine Pods using AppArmor, see Linux kernel security constraints for Pods and containers. Objectives See an example of how to load a profile on a Node Learn how to enforce the profile on a Pod Learn how to check that the profile is loaded See what happens when a profile is violated See what happens when a profile cannot be loaded Before you begin AppArmor is an optional kernel module and Kubernetes feature, so verify it is supported on your Nodes before proceeding:
    kubernetes.io/docs/tutorials/security/apparmor/
    Registered: Fri Jun 07 06:08:38 UTC 2024
    - 438.3K bytes
    - Viewed (0)
Back to top