Join Slack
Powered by
const nginxcontainer = new k8s.core.v1.Pod("nginx"...
# general
g
gray-city-50684
08/21/2018, 10:57 AM
const nginxcontainer = new k8s.core.v1.Pod("nginx", { spec: { containers: [{ image: "nginx:1.7.9", name: "nginx", ports: [{ containerPort: 80 }], }], }, }, { provider: myk8s });
Open in Slack
Previous
Next