- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 621 - 630 of 723 for host:kubernetes.io (0.05 sec)
-
Running Automated Tasks with a CronJob | Kubern...
This page shows how to run automated tasks using Kubernetes CronJob object. 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/job/automated-tasks-with-cron-jobs/Registered: Mon Jan 26 07:02:44 UTC 2026 - 479.3K bytes - Viewed (0) -
Connect a Frontend to a Backend Using Services ...
This task shows how to create a frontend and a backend microservice. The backend microservice is a hello greeter. The frontend exposes the backend using nginx and a Kubernetes Service object. Objectives Create and run a sample hello backend microservice using a Deployment object. Use a Service object to send traffic to the backend microservice's multiple replicas. Create and run a nginx frontend microservice, also using a Deployment object. Configure the frontend microservice to send traffic to the backend microservice.kubernetes.io/docs/tasks/access-application-cluster/connecting-frontend-backend/Registered: Mon Jan 26 07:03:31 UTC 2026 - 500.5K bytes - Viewed (0) -
Troubleshooting Topology Management | Kubernetes
Kubernetes keeps many aspects of how pods execute on nodes abstracted from the user. This is by design. However, some workloads require stronger guarantees in terms of latency and/or performance in order to operate acceptably. The kubelet provides methods to enable more complex workload placement policies while keeping the abstraction free from explicit placement directives. You can manage topology within nodes. This means helping the kubelet to configure the host operating system so that Pods and containers are placed on the correct side of inner boundaries, such as NUMA domains.kubernetes.io/docs/tasks/debug/debug-cluster/topology/Registered: Mon Jan 26 07:03:47 UTC 2026 - 486K bytes - Viewed (0) -
Stateful Applications | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/stateful-application/Registered: Mon Jan 26 07:04:49 UTC 2026 - 466.9K bytes - Viewed (0) -
Configuration | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/configuration/Registered: Mon Jan 26 07:05:21 UTC 2026 - 466.5K bytes - Viewed (0) -
Extend the Kubernetes API with CustomResourceDe...
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. 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/extend-kubernetes/custom-resources/custom-resource-definitions/Registered: Mon Jan 26 07:05:34 UTC 2026 - 683.9K bytes - Viewed (0) -
Configure Multiple Schedulers | Kubernetes
Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/Registered: Mon Jan 26 07:05:38 UTC 2026 - 518.1K bytes - Viewed (0) -
Restrict a Container's Access to Resources with...
FEATURE STATE: Kubernetes v1.31 [stable](enabled by default) This page shows you how to load AppArmor profiles on your nodes and enforce those profiles in Pods. To learn more about how Kubernetes can confine Pods using AppArmor, see Linux kernel security constraints for Pods and containers. Objectives See an example of how to load a profile on a Node Learn how to enforce the profile on a Pod Learn how to check that the profile is loaded See what happens when a profile is violated See what happens when a profile cannot be loaded Before you begin AppArmor is an optional kernel module and Kubernetes feature, so verify it is supported on your Nodes before proceeding:kubernetes.io/docs/tutorials/security/apparmor/Registered: Mon Jan 26 07:06:31 UTC 2026 - 490.4K bytes - Viewed (0) -
Building a Basic DaemonSet | Kubernetes
This page demonstrates how to build a basic DaemonSet that runs a Pod on every node in a Kubernetes cluster. It covers a simple use case of mounting a file from the host, logging its contents using an init container, and utilizing a pause container. 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.kubernetes.io/docs/tasks/manage-daemon/create-daemon-set/Registered: Mon Jan 26 07:05:44 UTC 2026 - 480.5K bytes - Viewed (0) -
Kubectl Reference Docs
GETTING STARTED create clusterrole clusterrolebinding configmap cronjob deployment ingress job namespace poddisruptio...kubernetes.io/docs/reference/generated/kubectl/kubectl-commandsRegistered: Mon Jan 26 07:47:53 UTC 2026 - 380.9K bytes - Viewed (0)