A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/ below:

Website Navigation


Pod | Kubernetes

Pod

Pod is a collection of containers that can run on a host.

apiVersion: v1

import "k8s.io/api/core/v1"

Pod

Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

PodSpec

PodSpec is a description of a pod.

Containers Volumes Scheduling Lifecycle Hostname and Name resolution Hosts namespaces Service account Security context Alpha level Deprecated Container

A single application container that you want to run within a pod.

Image Entrypoint Ports Environment variables Volumes Resources Lifecycle Security Context Debugging EphemeralContainer

An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation.

To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted.

Image Entrypoint Environment variables Volumes Resources Lifecycle Debugging Security context Not allowed LifecycleHandler

LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

NodeAffinity

Node affinity is a group of node affinity scheduling rules.

PodAffinity

Pod affinity is a group of inter pod affinity scheduling rules.

PodAntiAffinity

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

Probe

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

PodStatus

PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.

PodList

PodList is a list of Pods.

Operations get read the specified Pod HTTP Request

GET /api/v1/namespaces/{namespace}/pods/{name}

Parameters Response

200 (Pod): OK

401: Unauthorized

get read ephemeralcontainers of the specified Pod HTTP Request

GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

Parameters Response

200 (Pod): OK

401: Unauthorized

get read log of the specified Pod HTTP Request

GET /api/v1/namespaces/{namespace}/pods/{name}/log

Parameters Response

200 (string): OK

401: Unauthorized

get read resize of the specified Pod HTTP Request

GET /api/v1/namespaces/{namespace}/pods/{name}/resize

Parameters Response

200 (Pod): OK

401: Unauthorized

get read status of the specified Pod HTTP Request

GET /api/v1/namespaces/{namespace}/pods/{name}/status

Parameters Response

200 (Pod): OK

401: Unauthorized

list list or watch objects of kind Pod HTTP Request

GET /api/v1/namespaces/{namespace}/pods

Parameters Response

200 (PodList): OK

401: Unauthorized

list list or watch objects of kind Pod HTTP Request

GET /api/v1/pods

Parameters Response

200 (PodList): OK

401: Unauthorized

create create a Pod HTTP Request

POST /api/v1/namespaces/{namespace}/pods

Parameters Response

200 (Pod): OK

201 (Pod): Created

202 (Pod): Accepted

401: Unauthorized

update replace the specified Pod HTTP Request

PUT /api/v1/namespaces/{namespace}/pods/{name}

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

update replace ephemeralcontainers of the specified Pod HTTP Request

PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

update replace resize of the specified Pod HTTP Request

PUT /api/v1/namespaces/{namespace}/pods/{name}/resize

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

update replace status of the specified Pod HTTP Request

PUT /api/v1/namespaces/{namespace}/pods/{name}/status

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

patch partially update the specified Pod HTTP Request

PATCH /api/v1/namespaces/{namespace}/pods/{name}

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

patch partially update ephemeralcontainers of the specified Pod HTTP Request

PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

patch partially update resize of the specified Pod HTTP Request

PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

patch partially update status of the specified Pod HTTP Request

PATCH /api/v1/namespaces/{namespace}/pods/{name}/status

Parameters Response

200 (Pod): OK

201 (Pod): Created

401: Unauthorized

delete delete a Pod HTTP Request

DELETE /api/v1/namespaces/{namespace}/pods/{name}

Parameters Response

200 (Pod): OK

202 (Pod): Accepted

401: Unauthorized

deletecollection delete collection of Pod HTTP Request

DELETE /api/v1/namespaces/{namespace}/pods

Parameters Response

200 (Status): OK

401: Unauthorized


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4