- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 686 for host:kubernetes.io (0.03 sec)
-
Restrict a Container's Access to Resources with...
FEATURE STATE: Kubernetes v1.31 [stable] (enabled by default: true) 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: Wed Jun 04 07:08:35 UTC 2025 - 468.6K bytes - Viewed (0) -
Set up Ingress on Minikube with the NGINX Ingre...
An Ingress is an API object that defines rules which allow external access to services in a cluster. An Ingress controller fulfills the rules set in the Ingress. This page shows you how to set up a simple Ingress which routes requests to Service 'web' or 'web2' depending on the HTTP URI. Before you begin This tutorial assumes that you are using minikube to run a local Kubernetes cluster. Visit Install tools to learn how to install minikube.kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/Registered: Wed Jun 04 07:08:13 UTC 2025 - 474.1K 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: Wed Jun 04 07:08:40 UTC 2025 - 496.1K bytes - Viewed (0) -
Deprecated API Migration Guide | Kubernetes
As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions. Removed APIs by release v1.32 The v1.32 release stopped serving the following deprecated API versions: Flow control resources The flowcontrol.apiserver.k8s.io/v1beta3 API version of FlowSchema and PriorityLevelConfiguration is no longer served as of v1.kubernetes.io/docs/reference/using-api/deprecation-guide/Registered: Wed Jun 04 07:13:32 UTC 2025 - 471.4K bytes - Viewed (0) -
Protocols for Services | Kubernetes
If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:kubernetes.io/docs/reference/networking/service-protocols/Registered: Wed Jun 04 07:21:14 UTC 2025 - 452.2K bytes - Viewed (0) -
Ports and Protocols | Kubernetes
When running Kubernetes in an environment with strict network boundaries, such as on-premises datacenter with physical network firewalls or Virtual Networks in Public Cloud, it is useful to be aware of the ports and protocols used by Kubernetes components. Control plane Protocol Direction Port Range Purpose Used By TCP Inbound 6443 Kubernetes API server All TCP Inbound 2379-2380 etcd server client API kube-apiserver, etcd TCP Inbound 10250 Kubelet API Self, Control plane TCP Inbound 10259 kube-scheduler Self TCP Inbound 10257 kube-controller-manager Self Although etcd ports are included in control plane section, you can also host your own etcd cluster externally or on custom ports.kubernetes.io/docs/reference/networking/ports-and-protocols/Registered: Wed Jun 04 07:21:20 UTC 2025 - 448.9K 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: Wed Jun 04 07:10:32 UTC 2025 - 478.5K bytes - Viewed (0) -
Cluster Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/cluster-management/Registered: Wed Jun 04 07:09:48 UTC 2025 - 443.5K bytes - Viewed (0) -
Use an HTTP Proxy to Access the Kubernetes API ...
This page shows how to use an HTTP proxy to access the Kubernetes API. 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/http-proxy-access-api/Registered: Wed Jun 04 07:10:13 UTC 2025 - 449.3K bytes - Viewed (0) -
Official CVE Feed | Kubernetes
FEATURE STATE: Kubernetes v1.27 [beta] This is a community maintained list of official CVEs announced by the Kubernetes Security Response Committee. See Kubernetes Security and Disclosure Information for more details. The Kubernetes project publishes a programmatically accessible feed of published security issues in JSON feed and RSS feed formats. You can access it by executing the following commands: JSON feed RSS feed Link to JSON format curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json Link to RSS formatkubernetes.io/docs/reference/issues-security/official-cve-feed/Registered: Wed Jun 04 07:16:15 UTC 2025 - 471.6K bytes - Viewed (0)