Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

190
Views
Guide to Kubernetes Manifests: Good Resources/Docker Run options

I was wondering if there was a centralized document on options that are available for use in Kubernetes manifest files;

I know there's a bunch on general YAML files but since theres an overlap of docker run commands and kubectl commands, I wanted to know which ones are actually useable for Kubernetes.

i.e. specifically docker run options include --net=host, --pid=host, --privileged

I know --privileged is for securityContext in the kubernetes manifest https://kubernetes.io/docs/user-guide/security-context/

containers:
...
  -name:
   ...
   securityContext:
     privileged: true

but as for the other two I can't find good resources to verify if those options are available.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

All options and fields are documented within the resource references which you can find in the Kubernetes reference section.

E.g. for the definition of a Pod you can check the related docs, you'll find that everything within the "spec" block relates to PodSpec objects and these contain among others Container definitions. Within the Container reference you'll find all required and optional fields.

I assume that's the centralized document you were looking for.

Besides that you might want to check the Container Command and Arguments reference guide.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!