Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 71 - 80 of 659 for filetype:html (0.02 sec)

  1. Running Multiple Instances of Your App | Kubern...

    Scale an existing app manually using kubectl.
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/
    Registered: Fri May 31 06:06:46 UTC 2024
    - 424.7K bytes
    - Viewed (0)
  2. Security | Kubernetes

    Security is an important concern for most organizations and people who run Kubernetes clusters. You can find a basic security checklist elsewhere in the Kubernetes documentation. To learn how to deploy and manage security aspects of Kubernetes, you can follow the tutorials in this section.
    kubernetes.io/docs/tutorials/security/
    Registered: Fri May 31 06:05:24 UTC 2024
    - 414.6K bytes
    - Viewed (0)
  3. kubeadm alpha | Kubernetes

    Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm join
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/
    Registered: Fri May 31 06:15:38 UTC 2024
    - 416.6K bytes
    - Viewed (0)
  4. kubeadm init phase | Kubernetes

    kubeadm init phase enables you to invoke atomic steps of the bootstrap process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm init phase is consistent with the kubeadm init workflow, and behind the scene both use the same code. kubeadm init phase preflight Using this command you can execute preflight checks on a control-plane node.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/
    Registered: Fri May 31 06:15:43 UTC 2024
    - 525.1K bytes
    - Viewed (0)
  5. Command line tool (kubectl) | Kubernetes

    Kubernetes provides a command line tool for communicating with a Kubernetes cluster's control plane, using the Kubernetes API. This tool is named kubectl. For configuration, kubectl looks for a file named config in the $HOME/.kube directory. You can specify other kubeconfig files by setting the KUBECONFIG environment variable or by setting the --kubeconfig flag. This overview covers kubectl syntax, describes the command operations, and provides common examples. For details about each command, including all the supported flags and subcommands, see the kubectl reference documentation.
    kubernetes.io/docs/reference/kubectl/
    Registered: Fri May 31 06:16:28 UTC 2024
    - 463.2K bytes
    - Viewed (0)
  6. kubectl auth can-i | Kubernetes

    Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/
    Registered: Fri May 31 06:16:33 UTC 2024
    - 427.9K bytes
    - Viewed (0)
  7. Windows containers in Kubernetes | Kubernetes

    Windows applications constitute a large portion of the services and applications that run in many organizations. Windows containers provide a way to encapsulate processes and package dependencies, making it easier to use DevOps practices and follow cloud native patterns for Windows applications. Organizations with investments in Windows-based applications and Linux-based applications don't have to look for separate orchestrators to manage their workloads, leading to increased operational efficiencies across their deployments, regardless of operating system.
    kubernetes.io/docs/concepts/windows/intro/
    Registered: Fri May 31 05:39:49 UTC 2024
    - 444.8K bytes
    - Viewed (0)
  8. Installing Addons | Kubernetes

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Add-ons extend the functionality of Kubernetes. This page lists some of the available add-ons and links to their respective installation instructions. The list does not try to be exhaustive.
    kubernetes.io/docs/concepts/cluster-administration/addons/
    Registered: Fri May 31 05:39:58 UTC 2024
    - 426.2K bytes
    - Viewed (0)
  9. Pod Scheduling Readiness | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.
    kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/
    Registered: Fri May 31 05:42:51 UTC 2024
    - 428.7K bytes
    - Viewed (0)
  10. Scheduling Framework | Kubernetes

    FEATURE STATE: Kubernetes v1.19 [stable] The scheduling framework is a pluggable architecture for the Kubernetes scheduler. It consists of a set of "plugin" APIs that are compiled directly into the scheduler. These APIs allow most scheduling features to be implemented as plugins, while keeping the scheduling "core" lightweight and maintainable. Refer to the design proposal of the scheduling framework for more technical information on the design of the framework.
    kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/
    Registered: Fri May 31 05:42:56 UTC 2024
    - 433K bytes
    - Viewed (0)
Back to top