Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 221 - 230 of 669 for host:kubernetes.io (0.07 sec)

  1. Expose Your App Publicly | Kubernetes

    Expose Your App Publicly Using a Service to Expose Your App Learn about a Service in Kubernetes. Understand how label...
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/
    Registered: Fri Nov 15 07:06:34 UTC 2024
    - 424.6K bytes
    - Viewed (0)
  2. kubectl apply set-last-applied | Kubernetes

    Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/
    Registered: Fri Nov 15 07:16:14 UTC 2024
    - 436.8K bytes
    - Viewed (0)
  3. Configure Certificate Rotation for the Kubelet ...

    This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.
    kubernetes.io/docs/tasks/tls/certificate-rotation/
    Registered: Fri Nov 15 07:02:58 UTC 2024
    - 429.5K bytes
    - Viewed (0)
  4. Manage HugePages | Kubernetes

    Configure and manage huge pages as a schedulable resource in a cluster.
    kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
    Registered: Fri Nov 15 07:03:14 UTC 2024
    - 436.1K bytes
    - Viewed (0)
  5. CRI Pod & Container Metrics | Kubernetes

    Collection of Pod & Container metrics via the CRI.
    kubernetes.io/docs/reference/instrumentation/cri-pod-container-metrics/
    Registered: Fri Nov 15 07:10:34 UTC 2024
    - 424.5K bytes
    - Viewed (0)
  6. Node Labels Populated By The Kubelet | Kubernetes

    Kubernetes nodes come pre-populated with a standard set of labels. You can also set your own labels on nodes, either through the kubelet configuration or using the Kubernetes API. Preset labels The preset labels that Kubernetes sets on nodes are: kubernetes.io/arch kubernetes.io/hostname kubernetes.io/os node.kubernetes.io/instance-type (if known to the kubelet – Kubernetes may not have this information to set the label) topology.kubernetes.io/region (if known to the kubelet – Kubernetes may not have this information to set the label) topology.
    kubernetes.io/docs/reference/node/node-labels/
    Registered: Fri Nov 15 07:10:28 UTC 2024
    - 427.5K bytes
    - Viewed (0)
  7. kubectl options | Kubernetes

    Synopsis Print the list of flags inherited by all commands kubectl options [flags] Examples # Print flags inherited by all commands kubectl options Options -h, --help help for options --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_options/
    Registered: Fri Nov 15 07:26:46 UTC 2024
    - 432.1K bytes
    - Viewed (0)
  8. kubectl patch | Kubernetes

    Synopsis Update fields of a resource using strategic merge patch, a JSON merge patch, or a JSON patch. JSON and YAML formats are accepted. Note: Strategic merge patch is not supported for custom resources. kubectl patch (-f FILENAME | TYPE NAME) [-p PATCH|--patch-file FILE] Examples # Partially update a node using a strategic merge patch, specifying the patch as JSON kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}' # Partially update a node using a strategic merge patch, specifying the patch as YAML kubectl patch node k8s-node-1 -p $'spec:\n unschedulable: true' # Partially update a node identified by the type and name specified in "node.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_patch/
    Registered: Fri Nov 15 07:25:57 UTC 2024
    - 438.1K bytes
    - Viewed (0)
  9. Multi-tenancy | Kubernetes

    This page provides an overview of available configuration options and best practices for cluster multi-tenancy. Sharing clusters saves costs and simplifies administration. However, sharing clusters also presents challenges such as security, fairness, and managing noisy neighbors. Clusters can be shared in many ways. In some cases, different applications may run in the same cluster. In other cases, multiple instances of the same application may run in the same cluster, one for each end user.
    kubernetes.io/docs/concepts/security/multi-tenancy/
    Registered: Fri Nov 15 06:38:13 UTC 2024
    - 460.4K bytes
    - Viewed (0)
  10. Cloud Native Security and Kubernetes | Kubernetes

    Concepts for keeping your cloud-native workload secure.
    kubernetes.io/docs/concepts/security/cloud-native-security/
    Registered: Fri Nov 15 06:37:49 UTC 2024
    - 436.1K bytes
    - Viewed (0)
Back to top