by johnmark | Mar 29, 2022 | gcp, kubernetes, security
Create a Cluster and Node Pool using the default service account Create a pod and SSH to that pod Example nginx.yml apiVersion: v1 kind: Pod metadata: name: nginx spec: containers: – name: nginx image: nginx Create that nginx pod then SSH to it....