Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 521 - 530 of 705 for host:kubernetes.io (0.05 sec)

  1. Horizontal Pod Autoscaling | Kubernetes

    In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.
    kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
    Registered: Fri Dec 12 08:44:01 UTC 2025
    - 511.9K bytes
    - Viewed (0)
  2. Client Libraries | Kubernetes

    This page contains an overview of the client libraries for using the Kubernetes API from various programming languages. To write applications using the Kubernetes REST API, you do not need to implement the API calls and request/response types yourself. You can use a client library for the programming language you are using. Client libraries often handle common tasks such as authentication for you. Most client libraries can discover and use the Kubernetes Service Account to authenticate if the API client is running inside the Kubernetes cluster, or can understand the kubeconfig file format to read the credentials and the API Server address.
    kubernetes.io/docs/reference/using-api/client-libraries/
    Registered: Fri Dec 12 08:51:29 UTC 2025
    - 467.4K bytes
    - Viewed (0)
  3. kubectl auth reconcile | Kubernetes

    Synopsis Reconciles rules for RBAC role, role binding, cluster role, and cluster role binding objects. Missing objects are created, and the containing namespace is created for namespaced objects, if required. Existing roles are updated to include the permissions in the input objects, and remove extra permissions if --remove-extra-permissions is specified. Existing bindings are updated to include the subjects in the input objects, and remove extra subjects if --remove-extra-subjects is specified.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_reconcile/
    Registered: Fri Dec 12 09:07:38 UTC 2025
    - 468.5K bytes
    - Viewed (0)
  4. kubectl create service clusterip | Kubernetes

    Synopsis Create a ClusterIP service with the specified name. kubectl create service clusterip NAME [--tcp=<port>:<targetPort>] [--dry-run=server|client|none] Examples # Create a new ClusterIP service named my-cs kubectl create service clusterip my-cs --tcp=5678:8080 # Create a new ClusterIP service named my-cs (in headless mode) kubectl create service clusterip my-cs --clusterip="None" 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.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_clusterip/
    Registered: Fri Dec 12 09:06:52 UTC 2025
    - 469.5K bytes
    - Viewed (0)
  5. kubectl create service externalname | Kubernetes

    Synopsis Create an ExternalName service with the specified name. ExternalName service references to an external DNS address instead of only pods, which will allow application authors to reference services that exist off platform, on other clusters, or locally. kubectl create service externalname NAME --external-name external.name [--dry-run=server|client|none] Examples # Create a new ExternalName service named my-ns kubectl create service externalname my-ns --external-name bar.com 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_create/kubectl_create_service_externalname/
    Registered: Fri Dec 12 09:06:58 UTC 2025
    - 469.8K bytes
    - Viewed (0)
  6. kubeadm reset | Kubernetes

    Performs a best effort revert of changes made by kubeadm init or kubeadm join. Synopsis Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join' The "reset" command executes the following phases: preflight Run reset pre-flight checks remove-etcd-member Remove a local etcd member. cleanup-node Run cleanup node. kubeadm reset [flags] Options --cert-dir string     Default: "/etc/kubernetes/pki" The path to the directory where the certificates are stored.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset/
    Registered: Fri Dec 12 08:59:03 UTC 2025
    - 468.4K bytes
    - Viewed (0)
  7. kubeadm token | Kubernetes

    Bootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a control-plane node, as described in authenticating with bootstrap tokens. kubeadm init creates an initial token with a 24-hour TTL. The following commands allow you to manage such a token and also to create and manage new ones. kubeadm token create Create bootstrap tokens on the server Synopsis This command will create a bootstrap token for you.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-token/
    Registered: Fri Dec 12 08:59:17 UTC 2025
    - 468.1K bytes
    - Viewed (0)
  8. Kubernetes z-pages | Kubernetes

    Provides runtime diagnostics for Kubernetes components, offering insights into component runtime status and configuration flags.
    kubernetes.io/docs/reference/instrumentation/zpages/
    Registered: Fri Dec 12 08:59:34 UTC 2025
    - 459.4K bytes
    - Viewed (0)
  9. Networking Reference | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/networking/
    Registered: Fri Dec 12 08:59:44 UTC 2025
    - 456.9K bytes
    - Viewed (0)
  10. kubectl create cronjob | Kubernetes

    Synopsis Create a cron job with the specified name. kubectl create cronjob NAME --image=image --schedule='0/5 * * * ?' -- [COMMAND] [args...] [flags] Examples # Create a cron job kubectl create cronjob my-job --image=busybox --schedule="*/1 * * * *" # Create a cron job with a command kubectl create cronjob my-job --image=busybox --schedule="*/1 * * * *" -- date 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_create/kubectl_create_cronjob/
    Registered: Fri Dec 12 09:08:23 UTC 2025
    - 469.1K bytes
    - Viewed (0)
Back to top