Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 361 - 370 of 669 for host:kubernetes.io (0.08 sec)

  1. 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: Fri Nov 15 07:12:39 UTC 2024
    - 435K bytes
    - Viewed (0)
  2. Create a Cluster | Kubernetes

    Learn about Kubernetes cluster and create a simple cluster using Minikube.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/
    Registered: Fri Nov 15 07:03:38 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  3. TLS bootstrapping | Kubernetes

    In a Kubernetes cluster, the components on the worker nodes - kubelet and kube-proxy - need to communicate with Kubernetes control plane components, specifically kube-apiserver. In order to ensure that communication is kept private, not interfered with, and ensure that each component of the cluster is talking to another trusted component, we strongly recommend using client TLS certificates on nodes. The normal process of bootstrapping these components, especially worker nodes that need certificates so they can communicate safely with kube-apiserver, can be a challenging process as it is often outside of the scope of Kubernetes and requires significant additional work.
    kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
    Registered: Fri Nov 15 07:07:13 UTC 2024
    - 463.8K bytes
    - Viewed (0)
  4. Common Expression Language in Kubernetes | Kube...

    The Common Expression Language (CEL) is used in the Kubernetes API to declare validation rules, policy rules, and other constraints or conditions. CEL expressions are evaluated directly in the API server, making CEL a convenient alternative to out-of-process mechanisms, such as webhooks, for many extensibility use cases. Your CEL expressions continue to execute so long as the control plane's API server component remains available. Language overview The CEL language has a straightforward syntax that is similar to the expressions in C, C++, Java, JavaScript and Go.
    kubernetes.io/docs/reference/using-api/cel/
    Registered: Fri Nov 15 07:07:34 UTC 2024
    - 454.4K bytes
    - Viewed (0)
  5. kubeadm config | Kubernetes

    During kubeadm init, kubeadm uploads the ClusterConfiguration object to your cluster in a ConfigMap called kubeadm-config in the kube-system namespace. This configuration is then read during kubeadm join, kubeadm reset and kubeadm upgrade. You can use kubeadm config print to print the default static configuration that kubeadm uses for kubeadm init and kubeadm join. Note:The output of the command is meant to serve as an example. You must manually edit the output of this command to adapt to your setup.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/
    Registered: Fri Nov 15 07:12:34 UTC 2024
    - 443.6K bytes
    - Viewed (0)
  6. 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: Fri Nov 15 07:02:45 UTC 2024
    - 430.4K bytes
    - Viewed (0)
  7. Example: Configuring a Java Microservice | Kube...

    Example: Configuring a Java Microservice Externalizing config using MicroProfile, ConfigMaps and Secrets Feedback Was...
    kubernetes.io/docs/tutorials/configuration/configure-java-microservice/
    Registered: Fri Nov 15 07:02:26 UTC 2024
    - 423K bytes
    - Viewed (0)
  8. Apply Pod Security Standards at the Namespace L...

    Note This tutorial applies only for new clusters. Pod Security Admission is an admission controller that applies Pod Security Standards when pods are created. It is a feature GA'ed in v1.25. In this tutorial, you will enforce the baseline Pod Security Standard, one namespace at a time. You can also apply Pod Security Standards to multiple namespaces at once at the cluster level. For instructions, refer to Apply Pod Security Standards at the cluster level.
    kubernetes.io/docs/tutorials/security/ns-level-pss/
    Registered: Fri Nov 15 07:02:39 UTC 2024
    - 434.3K bytes
    - Viewed (0)
  9. Set up Konnectivity service | Kubernetes

    The Konnectivity service provides a TCP level proxy for the control plane to cluster communication. 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.
    kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/
    Registered: Fri Nov 15 07:06:15 UTC 2024
    - 470K bytes
    - Viewed (0)
  10. Update Your App | Kubernetes

    Update Your App Performing a Rolling Update Perform a rolling update using kubectl. Feedback Was this page helpful? Y...
    kubernetes.io/docs/tutorials/kubernetes-basics/update/
    Registered: Fri Nov 15 07:06:41 UTC 2024
    - 424.2K bytes
    - Viewed (0)
Back to top