Search: "kubectl"
Connect to a Kubernetes cluster by using kubectl - Container Service for Kubernetes Documentation
to use the Kubernetes command-line client kubectl to connect to a Kubernetes cluster from a local computer ...
Kubernetes CronJobs - Part 2: Parallelism blog
: Replace ``` Start the cron job. ``` kubectl create -f myCronJob.yaml cronjob.batch/mycronjob created ``` ** get cronjob ...
Kubernetes CronJobs - Part 1: Basics blog
the cron job: ``` kubectl create -f myCronJob.yaml cronjob.batch/mycronjob created ``` Unfortunately Linux cron job ...
Pod Lifecycle, Container Lifecycle, Hooks and restartPolicy blog
;] ``` Create the Pod. ``` kubectl create -f myLifecyclePod-1.yaml pod/myapp-pod created ``` Let's investigate the ...
How to Create and Use ConfigMaps in Kubernetes blog
written using Windows 10, kubectl, and minikube. If you have a similar setup you are good to go. ### Important Note for Windows ...
  • 1
  • 2
  • 3
  • 4
  • ... 22
  • >
  •  Total 216 items