Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 91 - 100 of 661 for host:kubernetes.io (0.02 sec)

  1. Configure the Aggregation Layer | Kubernetes

    Configuring the aggregation layer allows the Kubernetes apiserver to be extended with additional APIs, which are not part of the core Kubernetes APIs. 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/extend-kubernetes/configure-aggregation-layer/
    Registered: Fri May 03 07:56:52 UTC 2024
    - 437.6K bytes
    - Viewed (0)
  2. Scale Your App | Kubernetes

    Scale Your App Running Multiple Instances of Your App Scale an existing app manually using kubectl. Feedback Was this...
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/
    Registered: Fri May 03 07:55:56 UTC 2024
    - 414.4K bytes
    - Viewed (0)
  3. Use Port Forwarding to Access Applications in a...

    This page shows how to use kubectl port-forward to connect to a MongoDB server running in a Kubernetes cluster. This type of connection can be useful for database debugging. 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/access-application-cluster/port-forward-access-application-cluster/
    Registered: Fri May 03 07:56:27 UTC 2024
    - 426.3K bytes
    - Viewed (0)
  4. Manage Cluster Daemons | Kubernetes

    Perform common tasks for managing a DaemonSet, such as performing a rolling update.
    kubernetes.io/docs/tasks/manage-daemon/
    Registered: Fri May 03 07:57:03 UTC 2024
    - 413.4K 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: Fri May 03 08:01:24 UTC 2024
    - 557K bytes
    - Viewed (0)
  6. Services | Kubernetes

    Services Connecting Applications with Services Using Source IP Explore Termination Behavior for Pods And Their Endpoi...
    kubernetes.io/docs/tutorials/services/
    Registered: Fri May 03 08:01:40 UTC 2024
    - 412.6K bytes
    - Viewed (0)
  7. 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: Fri May 03 08:01:45 UTC 2024
    - 421.1K 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: Fri May 03 08:02:48 UTC 2024
    - 439.6K bytes
    - Viewed (0)
  9. 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: Fri May 03 08:02:35 UTC 2024
    - 422.4K bytes
    - Viewed (0)
  10. Certificates and Certificate Signing Requests |...

    Kubernetes certificate and trust bundle APIs enable automation of X.509 credential provisioning by providing a programmatic interface for clients of the Kubernetes API to request and obtain X.509 certificates from a Certificate Authority (CA). There is also experimental (alpha) support for distributing trust bundles. Certificate signing requests FEATURE STATE: Kubernetes v1.19 [stable] A CertificateSigningRequest (CSR) resource is used to request that a certificate be signed by a denoted signer, after which the request may be approved or denied before finally being signed.
    kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/
    Registered: Fri May 03 07:58:42 UTC 2024
    - 477.4K bytes
    - Viewed (0)
Back to top