Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

191
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda