Winter is coming...
Author | DevOps Practitioner | Docker | Terraform | Kubernetes | Jenkins X | AWS | GCP | Azure and SP Veteran (since code-name Tahoe)
-
Using tech to support my lifestyle.
- California
- https://devopsoscar.dev
- @DevOpsOscar
Highlights
- Pro
Block or Report
Block or report sharepointoscar
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
docker-windows-box Public
Forked from StefanScherer/docker-windows-box
Various Vagrant envs with Windows 2016/10 and Docker, Swarm mode, et al.
PowerShell 1
-
terraform Public
Forked from hashicorp/terraform
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Go 1
-
1
#Get all Hosts and public IP addresses on all namespaces
2kubectl get ing --all-namespaces | awk {'print $3" " $4'} | column -t -
12
# delete all pods
3kubectl delete --all pods --namespace=default
45







