Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 351 - 360 of 670 for host:kubernetes.io (0.04 sec)

  1. Services | Kubernetes

    Services Connecting Applications with Services Using Source IP Explore Termination Behavior for Pods And Their Endpoi...
    kubernetes.io/docs/tutorials/services/
    Registered: Tue Nov 26 05:01:38 UTC 2024
    - 420.5K bytes
    - Viewed (0)
  2. kubectl auth | Kubernetes

    Synopsis Inspect authorization. kubectl auth [flags] Options -h, --help help for auth --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. --cache-dir string     Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authority
    kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/
    Registered: Tue Nov 26 05:15:36 UTC 2024
    - 430.6K bytes
    - Viewed (0)
  3. kubectl certificate deny | Kubernetes

    Synopsis Deny a certificate signing request. kubectl certificate deny allows a cluster admin to deny a certificate signing request (CSR). This action tells a certificate signing controller to not to issue a certificate to the requester. kubectl certificate deny (-f FILENAME | NAME) Examples # Deny CSR 'csr-sqgzp' kubectl certificate deny csr-sqgzp Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_deny/
    Registered: Tue Nov 26 05:15:43 UTC 2024
    - 433K bytes
    - Viewed (0)
  4. Kubernetes API health endpoints | Kubernetes

    The Kubernetes API server provides API endpoints to indicate the current status of the API server. This page describes these API endpoints and explains how you can use them. API endpoints for health The Kubernetes API server provides 3 API endpoints (healthz, livez and readyz) to indicate the current status of the API server. The healthz endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific livez and readyz endpoints instead.
    kubernetes.io/docs/reference/using-api/health-checks/
    Registered: Tue Nov 26 05:03:57 UTC 2024
    - 428.8K bytes
    - Viewed (0)
  5. Dynamic Admission Control | Kubernetes

    In addition to compiled-in admission plugins, admission plugins can be developed as extensions and run as webhooks configured at runtime. This page describes how to build, configure, use, and monitor admission webhooks. What are admission webhooks? Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission webhooks, validating admission webhook and mutating admission webhook. Mutating admission webhooks are invoked first, and can modify objects sent to the API server to enforce custom defaults.
    kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/
    Registered: Tue Nov 26 05:04:03 UTC 2024
    - 564.7K bytes
    - Viewed (0)
  6. 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: Tue Nov 26 05:04:15 UTC 2024
    - 442.8K bytes
    - Viewed (0)
  7. Running Kubelet in Standalone Mode | Kubernetes

    This tutorial shows you how to run a standalone kubelet instance. You may have different motivations for running a standalone kubelet. This tutorial is aimed at introducing you to Kubernetes, even if you don't have much experience with it. You can follow this tutorial and learn about node setup, basic (static) Pods, and how Kubernetes manages containers. Once you have followed this tutorial, you could try using a cluster that has a control plane to manage pods and nodes, and other types of objects.
    kubernetes.io/docs/tutorials/cluster-management/kubelet-standalone/
    Registered: Tue Nov 26 05:06:31 UTC 2024
    - 456.4K bytes
    - Viewed (0)
  8. Audit Annotations | Kubernetes

    This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.
    kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/
    Registered: Tue Nov 26 05:06:24 UTC 2024
    - 430.8K bytes
    - Viewed (0)
  9. Node Status | Kubernetes

    The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.
    kubernetes.io/docs/reference/node/node-status/
    Registered: Tue Nov 26 05:12:36 UTC 2024
    - 431.8K bytes
    - Viewed (0)
  10. kubeadm certs | Kubernetes

    kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Commands related to handling kubernetes certificates Synopsis Commands related to handling kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/
    Registered: Tue Nov 26 05:12:56 UTC 2024
    - 465.1K bytes
    - Viewed (0)
Back to top