Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 705 for host:kubernetes.io (0.03 sec)

  1. Create static Pods | Kubernetes

    Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.
    kubernetes.io/docs/tasks/configure-pod-container/static-pod/
    Registered: Mon Nov 24 08:00:51 UTC 2025
    - 482.3K bytes
    - Viewed (0)
  2. 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: Mon Nov 24 08:29:21 UTC 2025
    - 458.8K bytes
    - Viewed (0)
  3. 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: Mon Nov 24 08:29:32 UTC 2025
    - 566.1K bytes
    - Viewed (0)
  4. Kubernetes Issue Tracker | Kubernetes

    To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.
    kubernetes.io/docs/reference/issues-security/issues/
    Registered: Mon Nov 24 08:28:18 UTC 2025
    - 459.1K bytes
    - Viewed (0)
  5. Determine the Reason for Pod Failure | Kubernetes

    This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/debug/debug-application/determine-reason-pod-failure/
    Registered: Mon Nov 24 08:01:53 UTC 2025
    - 473.7K bytes
    - Viewed (0)
  6. Extend kubectl with plugins | Kubernetes

    Extend kubectl by creating and installing kubectl plugins.
    kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
    Registered: Mon Nov 24 08:16:28 UTC 2025
    - 480.4K bytes
    - Viewed (0)
  7. Exposing an External IP Address to Access an Ap...

    This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.
    kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
    Registered: Mon Nov 24 08:16:32 UTC 2025
    - 475.8K bytes
    - Viewed (0)
  8. Mutating Admission Policy | Kubernetes

    FEATURE STATE: Kubernetes v1.34 [beta] This page provides an overview of MutatingAdmissionPolicies. MutatingAdmissionPolicies allow you change what happens when someone writes a change to the Kubernetes API. If you want to use declarative policies just to prevent a particular kind of change to resources (for example: protecting platform namespaces from deletion), ValidatingAdmissionPolicy is a simpler and more effective alternative. To use the feature, enable the MutatingAdmissionPolicy feature gate (which is off by default) and set --runtime-config=admissionregistration.
    kubernetes.io/docs/reference/access-authn-authz/mutating-admission-policy/
    Registered: Mon Nov 24 08:16:11 UTC 2025
    - 489.6K bytes
    - Viewed (0)
  9. Running Multiple Instances of Your App | Kubern...

    Objectives Scale an existing app manually using kubectl. Scaling an application You can create from the start a Deployment with multiple instances using the --replicas parameter for the kubectl create deployment command. Previously we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/
    Registered: Mon Nov 24 08:17:02 UTC 2025
    - 472.8K bytes
    - Viewed (0)
  10. Command line tool (kubectl) | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/
    Registered: Mon Nov 24 08:26:52 UTC 2025
    - 506.5K bytes
    - Viewed (0)
Back to top