Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 11 - 20 of 722 for host:kubernetes.io (0.06 seconds)

  1. Extend kubectl with plugins | Kubernetes

    Extend kubectl by creating and installing kubectl plugins.
    kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
    Fri Feb 06 08:29:20 GMT 2026
      490.5K bytes
  2. Deploy an App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/
    Fri Feb 06 08:28:50 GMT 2026
      468.9K bytes
  3. kubectl expose | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_expose/
    Fri Feb 06 08:39:59 GMT 2026
      482.5K bytes
  4. kubectl config view | Kubernetes

    Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' 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_config/kubectl_config_view/
    Fri Feb 06 08:40:31 GMT 2026
      478.4K bytes
  5. kubectl explain | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_explain/
    Fri Feb 06 08:38:53 GMT 2026
      477.5K bytes
  6. kubectl attach | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_attach/
    Fri Feb 06 08:39:13 GMT 2026
      477.2K bytes
  7. kubectl certificate | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/
    Fri Feb 06 08:42:56 GMT 2026
      475.2K bytes
      Similar Results (1)
  8. kubectl create service loadbalancer | Kubernetes

    Synopsis Create a LoadBalancer service with the specified name. kubectl create service loadbalancer NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new LoadBalancer service named my-lbs kubectl create service loadbalancer my-lbs --tcp=5678:8080 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"]     Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_loadbalancer/
    Fri Feb 06 08:43:58 GMT 2026
      479.8K bytes
  9. Configure a Pod to Use a PersistentVolume for S...

    This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.
    kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
    Fri Feb 06 08:06:03 GMT 2026
      512.1K bytes
  10. Decrypt Confidential Data that is Already Encry...

    All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to switch from encryption of API data at rest, so that API data are stored unencrypted.
    kubernetes.io/docs/tasks/administer-cluster/decrypt-data/
    Fri Feb 06 08:06:14 GMT 2026
      481.3K bytes
Back to Top