- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 651 - 660 of 685 for host:kubernetes.io (0.02 sec)
-
Kubernetes API Concepts | Kubernetes
The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine-grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches: in the Kubernetes API, watch is a verb that is used to track changes to an object in Kubernetes as a stream.kubernetes.io/docs/reference/using-api/api-concepts/Registered: Wed Apr 16 06:26:55 UTC 2025 - 531.1K bytes - Viewed (0) -
Implementation details | Kubernetes
FEATURE STATE: Kubernetes v1.10 [stable] kubeadm init and kubeadm join together provide a nice user experience for creating a bare Kubernetes cluster from scratch, that aligns with the best-practices. However, it might not be obvious how kubeadm does that. This document provides additional details on what happens under the hood, with the aim of sharing knowledge on the best practices for a Kubernetes cluster. Core design principles The cluster that kubeadm init and kubeadm join set up should be:kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/Registered: Wed Apr 16 06:27:17 UTC 2025 - 479K bytes - Viewed (0) -
Introduction to kubectl | Kubernetes
kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. Command Families Most kubectl commands typically fall into one of a few categories: Type Used For Description Declarative Resource Management Deployment and operations (e.g. GitOps) Declaratively manage Kubernetes workloads using resource configuration Imperative Resource Management Development Only Run commands to manage Kubernetes workloads using Command Line arguments and flags Printing Workload State Debugging Print information about workloads Interacting with Containers Debugging Exec, attach, cp, logs Cluster Management Cluster operations Drain and cordon Nodes Declarative Application Management The preferred approach for managing resources is through declarative files called resource configuration used with the kubectl Apply command.kubernetes.io/docs/reference/kubectl/introduction/Registered: Wed Apr 16 06:27:21 UTC 2025 - 437.2K 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 Apr 16 06:19:28 UTC 2025 - 460.7K bytes - Viewed (0) -
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: Wed Apr 16 06:19:52 UTC 2025 - 443.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 Apr 16 06:20:37 UTC 2025 - 465.1K bytes - Viewed (0) -
Viewing Pods and Nodes | Kubernetes
Objectives Learn about Kubernetes Pods. Learn about Kubernetes Nodes. Troubleshoot deployed applications. Kubernetes Pods A Pod is a group of one or more application containers (such as Docker) and includes shared storage (volumes), IP address and information about how to run them. When you created a Deployment in Module 2, Kubernetes created a Pod to host your application instance. A Pod is a Kubernetes abstraction that represents a group of one or more application containers (such as Docker), and some shared resources for those containers.kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/Registered: Wed Apr 16 06:21:25 UTC 2025 - 446.5K bytes - Viewed (0) -
Run a Stateless Application Using a Deployment ...
This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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/run-application/run-stateless-application-deployment/Registered: Wed Apr 16 06:21:31 UTC 2025 - 455K bytes - Viewed (0) -
Cluster Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/cluster-management/Registered: Wed Apr 16 06:22:50 UTC 2025 - 430.1K bytes - Viewed (0) -
Run Applications | Kubernetes
Run and manage both stateless and stateful applications.kubernetes.io/docs/tasks/run-application/Registered: Wed Apr 16 06:22:12 UTC 2025 - 432.2K bytes - Viewed (0)