const nginxcontainer = new k8s.core.v1.Pod("nginx"...
# general
g
const nginxcontainer = new k8s.core.v1.Pod("nginx", { spec: { containers: [{ image: "nginx:1.7.9", name: "nginx", ports: [{ containerPort: 80 }], }], }, }, { provider: myk8s });