A Manifest File in Kubernetes

Sumit Rawal answered on September 28, 2023 Popularity 9/10 Helpfulness 1/10

Contents


More Related Answers


A Manifest File in Kubernetes

0

A manifest file is a common name for any Kubernetes configuration file that defines the configuration of various Kubernetes components.

Here are some examples of manifest files in Kubernetes:

PodSpec file — contains Pod definitions

Deployment file — contains deployment definition or configurations

Network Policy file — contains network policies or rules

We can use one of the following formats to write a manifest file:

YAML

JSON

Generally, people prefer the YAML format as it is easy to write and read. 

I'm sharing more

Popularity 9/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Sep 28 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.