kubernetes-container Questions

3

Solved

When I define e.g. a deployment in Kubernetes there is a section with a list of containers and each of them contains an array of ports, e.g.: apiVersion: apps/v1 kind: Deployment spec: template: ...

3

Solved

For instance can I have following yaml to produce a pod with multiple containers: apiVersion: v1 kind: Pod metadata: name: lampapp labels: app: app spec: containers: - name: lampdb image: mysq...
Elisavetpol asked 23/10, 2015 at 11:22
1

© 2022 - 2024 — McMap. All rights reserved.