I write this to complete the Kubernetes challenge from Digital Ocean. I executed the command from Windows 11. Step 1 — Creating Kubernetes Cluster First, creating a Kubernetes cluster: doctl k8s cluster create k8s-falco `
--auto-upgrade=false `
--node-pool "name=k8s-falco;size=s-4vcpu-8gb-amd;count=3;tag=k8s-falco;label=type=basic;auto-scale=true;min-nodes=2;max-nodes=4" `
--region sgp1 This is the output: