Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 610 of 669 for host:kubernetes.io (0.04 sec)

  1. Kubeadm | Kubernetes

    Kubeadm is a tool built to provide kubeadm init and kubeadm join as best-practice "fast paths" for creating Kubernetes clusters. kubeadm performs the actions necessary to get a minimum viable cluster up and running. By design, it cares only about bootstrapping, not about provisioning machines. Likewise, installing various nice-to-have addons, like the Kubernetes Dashboard, monitoring solutions, and cloud-specific addons, is not in scope. Instead, we expect higher-level and more tailored tooling to be built on top of kubeadm, and ideally, using kubeadm as the basis of all deployments will make it easier to create conformant clusters.
    kubernetes.io/docs/reference/setup-tools/kubeadm/
    Registered: Fri Nov 15 07:15:56 UTC 2024
    - 428.9K bytes
    - Viewed (0)
  2. Roles and responsibilities | Kubernetes

    Anyone can contribute to Kubernetes. As your contributions to SIG Docs grow, you can apply for different levels of membership in the community. These roles allow you to take on more responsibility within the community. Each role requires more time and commitment. The roles are: Anyone: regular contributors to the Kubernetes documentation Members: can assign and triage issues and provide non-binding review on pull requests Reviewers: can lead reviews on documentation pull requests and can vouch for a change's quality Approvers: can lead reviews on documentation and merge changes Anyone Anyone with a GitHub account can contribute to Kubernetes.
    kubernetes.io/docs/contribute/participate/roles-and-responsibilities/
    Registered: Fri Nov 15 07:34:31 UTC 2024
    - 437.7K bytes
    - Viewed (0)
  3. Kubectl Reference Docs

    GETTING STARTED create clusterrole clusterrolebinding configmap cronjob deployment ingress job namespace poddisruptio...
    kubernetes.io/docs/reference/generated/kubectl/kubectl-commands
    Registered: Fri Nov 15 07:38:40 UTC 2024
    - 341.7K bytes
    - Viewed (0)
  4. Documentation Style Guide | Kubernetes

    This page gives writing style guidelines for the Kubernetes documentation. These are guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. For additional information on creating new content for the Kubernetes documentation, read the Documentation Content Guide. Changes to the style guide are made by SIG Docs as a group. To propose a change or addition, add it to the agenda for an upcoming SIG Docs meeting, and attend the meeting to participate in the discussion.
    kubernetes.io/docs/contribute/style/style-guide/
    Registered: Fri Nov 15 07:37:44 UTC 2024
    - 471K bytes
    - Viewed (0)
  5. kube-scheduler | Kubernetes

    Synopsis The Kubernetes scheduler is a control plane process which assigns Pods to Nodes. The scheduler determines which Nodes are valid placements for each Pod in the scheduling queue according to constraints and available resources. The scheduler then ranks each valid Node and binds the Pod to a suitable Node. Multiple different schedulers may be used within a cluster; kube-scheduler is the reference implementation. See scheduling for more information about scheduling and the kube-scheduler component.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-scheduler/
    Registered: Fri Nov 15 07:33:21 UTC 2024
    - 452.3K bytes
    - Viewed (0)
  6. Custom Hugo Shortcodes | Kubernetes

    This page explains the custom Hugo shortcodes that can be used in Kubernetes Markdown documentation. Read more about shortcodes in the Hugo documentation. Feature state In a Markdown page (.md file) on this site, you can add a shortcode to display version and state of the documented feature. Feature state demo Below is a demo of the feature state snippet, which displays the feature as stable in the latest Kubernetes version.
    kubernetes.io/docs/contribute/style/hugo-shortcodes/
    Registered: Fri Nov 15 07:32:53 UTC 2024
    - 464.8K bytes
    - Viewed (0)
  7. kube-proxy | Kubernetes

    Synopsis The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends. Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy. There is an optional addon that provides cluster DNS for these cluster IPs.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
    Registered: Fri Nov 15 07:33:14 UTC 2024
    - 449.8K bytes
    - Viewed (0)
  8. Service | Kubernetes

    Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.
    kubernetes.io/docs/concepts/services-networking/service/
    Registered: Fri Nov 15 06:28:01 UTC 2024
    - 511.9K bytes
    - Viewed (0)
  9. Container Lifecycle Hooks | Kubernetes

    This page describes how kubelet managed Containers can use the Container lifecycle hook framework to run code triggered by events during their management lifecycle. Overview Analogous to many programming language frameworks that have component lifecycle hooks, such as Angular, Kubernetes provides Containers with lifecycle hooks. The hooks enable Containers to be aware of events in their management lifecycle and run code implemented in a handler when the corresponding lifecycle hook is executed.
    kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
    Registered: Fri Nov 15 06:27:46 UTC 2024
    - 434.9K bytes
    - Viewed (0)
  10. Troubleshooting CNI plugin-related errors | Kub...

    To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...
    Registered: Fri Nov 15 06:46:45 UTC 2024
    - 435.3K bytes
    - Viewed (0)
Back to top