examples icon indicating copy to clipboard operation
examples copied to clipboard

Example code and files from "Kubernetes: Up and Running"

Results 12 examples issues
Sort by recently updated
recently updated
newest added

kubectl create -f 13-2.yaml 13-2 yaml is writed as kind: Service apiVersion: v1 metadata: name: external-ip-database I get the error The Service "external-ip-database" is invalid: spec.ports: Required value

- Update YAML files to use apiVersion: apps/v1 - Update deployment, stateful set and replicaset YAML files to use selectors - Format all YAML files