Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 451 - 460 of 686 for host:kubernetes.io (0.1 sec)

  1. TLS | Kubernetes

    Understand how to protect traffic within your cluster using Transport Layer Security (TLS).
    kubernetes.io/docs/tasks/tls/
    Registered: Wed Jun 04 07:07:21 UTC 2025
    - 444.7K bytes
    - Viewed (0)
  2. Set up an Extension API Server | Kubernetes

    Setting up an extension API server to work with 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.
    kubernetes.io/docs/tasks/extend-kubernetes/setup-extension-api-server/
    Registered: Wed Jun 04 07:07:12 UTC 2025
    - 451.2K bytes
    - Viewed (0)
  3. Manage TLS Certificates in a Cluster | Kubernetes

    Kubernetes provides a certificates.k8s.io API, which lets you provision TLS certificates signed by a Certificate Authority (CA) that you control. These CA and certificates can be used by your workloads to establish trust. certificates.k8s.io API uses a protocol that is similar to the ACME draft. Note:Certificates created using the certificates.k8s.io API are signed by a dedicated CA. It is possible to configure your cluster to use the cluster root CA for this purpose, but you should never rely on this.
    kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/
    Registered: Wed Jun 04 07:07:50 UTC 2025
    - 471.6K bytes
    - Viewed (0)
  4. Kubelet Device Manager API Versions | Kubernetes

    This page provides details of version compatibility between the Kubernetes device plugin API, and different versions of Kubernetes itself. Compatibility matrix v1alpha1 v1beta1 Kubernetes 1.21 - ✓ Kubernetes 1.22 - ✓ Kubernetes 1.23 - ✓ Kubernetes 1.24 - ✓ Kubernetes 1.25 - ✓ Kubernetes 1.26 - ✓ Key: ✓ Exactly the same features / API objects in both device plugin API and the Kubernetes version. + The device plugin API has features or API objects that may not be present in the Kubernetes cluster, either because the device plugin API has added additional new API calls, or that the server has removed an old API call.
    kubernetes.io/docs/reference/node/device-plugin-api-versions/
    Registered: Wed Jun 04 07:16:37 UTC 2025
    - 447.6K bytes
    - Viewed (0)
  5. kube-controller-manager Configuration (v1alpha1...

    Resource Types CloudControllerManagerConfiguration LeaderMigrationConfiguration KubeControllerManagerConfiguration ClientConnectionConfiguration Appears in: KubeSchedulerConfiguration GenericControllerManagerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client. contentType [Required] string contentType is the content type used when sending data to the server from this client.
    kubernetes.io/docs/reference/config-api/kube-controller-manager-config.v1alpha1/
    Registered: Wed Jun 04 07:37:48 UTC 2025
    - 518.1K bytes
    - Viewed (0)
  6. kubectl Usage Conventions | Kubernetes

    Recommended usage conventions for kubectl. Using kubectl in Reusable Scripts For a stable output in a script: Request one of the machine-oriented output forms, such as -o name, -o json, -o yaml, -o go-template, or -o jsonpath. Fully-qualify the version. For example, jobs.v1.batch/myjob. This will ensure that kubectl does not use its default version that can change over time. Don't rely on context, preferences, or other implicit states. Subresources You can use the --subresource argument for kubectl subcommands such as get, patch, edit, apply and replace to fetch and update subresources for all resources that support them.
    kubernetes.io/docs/reference/kubectl/conventions/
    Registered: Wed Jun 04 07:37:26 UTC 2025
    - 449.3K bytes
    - Viewed (0)
  7. kubelet | Kubernetes

    Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy.
    kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
    Registered: Wed Jun 04 07:37:32 UTC 2025
    - 524K bytes
    - Viewed (0)
  8. Diagram Guide | Kubernetes

    This guide shows you how to create, edit and share diagrams using the Mermaid JavaScript library. Mermaid.js allows you to generate diagrams using a simple markdown-like syntax inside Markdown files. You can also use Mermaid to generate .svg or .png image files that you can add to your documentation. The target audience for this guide is anybody wishing to learn about Mermaid and/or how to create and add diagrams to Kubernetes documentation.
    kubernetes.io/docs/contribute/style/diagram-guide/
    Registered: Wed Jun 04 07:37:00 UTC 2025
    - 512K bytes
    - Viewed (0)
  9. Running in multiple zones | Kubernetes

    This page describes running Kubernetes across multiple zones. Background Kubernetes is designed so that a single Kubernetes cluster can run across multiple failure zones, typically where these zones fit within a logical grouping called a region. Major cloud providers define a region as a set of failure zones (also called availability zones) that provide a consistent set of features: within a region, each zone offers the same APIs and services.
    kubernetes.io/docs/setup/best-practices/multiple-zones/
    Registered: Wed Jun 04 06:34:50 UTC 2025
    - 455K bytes
    - Viewed (0)
  10. Cloud Controller Manager | Kubernetes

    FEATURE STATE: Kubernetes v1.11 [beta] Cloud infrastructure technologies let you run Kubernetes on public, private, and hybrid clouds. Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster.
    kubernetes.io/docs/concepts/architecture/cloud-controller/
    Registered: Wed Jun 04 06:36:43 UTC 2025
    - 464.5K bytes
    - Viewed (0)
Back to top