- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 667 for host:kubernetes.io (0.03 sec)
-
Find Out What Container Runtime is Used on a No...
This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/Registered: Tue Nov 26 03:22:56 UTC 2024 - 428.6K bytes - Viewed (0) -
Windows in Kubernetes | Kubernetes
Kubernetes supports nodes that run Microsoft Windows.kubernetes.io/docs/concepts/windows/Registered: Tue Nov 26 03:25:34 UTC 2024 - 423.1K bytes - Viewed (0) -
Using CoreDNS for Service Discovery | Kubernetes
This page describes the CoreDNS upgrade process and how to install CoreDNS instead of kube-dns. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/administer-cluster/coredns/Registered: Tue Nov 26 03:51:55 UTC 2024 - 427.7K bytes - Viewed (0) -
Imperative Management of Kubernetes Objects Usi...
Kubernetes objects can be created, updated, and deleted by using the kubectl command-line tool along with an object configuration file written in YAML or JSON. This document explains how to define and manage objects using configuration files. Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-config/Registered: Tue Nov 26 04:10:23 UTC 2024 - 434.1K bytes - Viewed (0) -
Debug Pods | Kubernetes
This guide is to help users debug applications that are deployed into Kubernetes and not behaving correctly. This is not a guide for people who want to debug their cluster. For that you should check out this guide. Diagnosing the problem The first step in troubleshooting is triage. What is the problem? Is it your Pods, your Replication Controller or your Service? Debugging Pods Debugging Replication Controllers Debugging Services Debugging Pods The first step in debugging a Pod is taking a look at it.kubernetes.io/docs/tasks/debug/debug-application/debug-pods/Registered: Tue Nov 26 04:08:53 UTC 2024 - 434.7K bytes - Viewed (0) -
Configure a Pod to Use a ConfigMap | Kubernetes
Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/Registered: Tue Nov 26 04:11:52 UTC 2024 - 531.4K bytes - Viewed (0) -
Expose Pod Information to Containers Through Fi...
This page shows how a Pod can use a downwardAPI volume, to expose information about itself to containers running in the Pod. A downwardAPI volume can expose Pod fields and container fields. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables Volume files, as explained in this task Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/Registered: Tue Nov 26 04:08:00 UTC 2024 - 454.7K bytes - Viewed (0) -
Configure Pod Initialization | Kubernetes
This page shows how to use an Init Container to initialize a Pod before an application Container runs. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/Registered: Tue Nov 26 04:04:55 UTC 2024 - 435.9K bytes - Viewed (0) -
Monitor Node Health | Kubernetes
Node Problem Detector is a daemon for monitoring and reporting about a node's health. You can run Node Problem Detector as a DaemonSet or as a standalone daemon. Node Problem Detector collects information about node problems from various daemons and reports these conditions to the API server as Node Conditions or as Events. To learn how to install and use Node Problem Detector, see Node Problem Detector project documentation.kubernetes.io/docs/tasks/debug/debug-cluster/monitor-node-health/Registered: Tue Nov 26 04:05:22 UTC 2024 - 453.7K bytes - Viewed (0) -
Run a Replicated Stateful Application | Kubernetes
This page shows how to run a replicated stateful application using a StatefulSet. This application is a replicated MySQL database. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. Note:This is not a production configuration. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. 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/run-application/run-replicated-stateful-application/Registered: Tue Nov 26 04:06:21 UTC 2024 - 494.6K bytes - Viewed (0)