sharepointoscar
Follow
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
- @DevOpsOscar
Highlights
- Pro
Pinned Loading
-
docker-windows-box
docker-windows-box PublicForked from StefanScherer/docker-windows-box
Various Vagrant envs with Windows 2016/10 and Docker, Swarm mode, et al.
PowerShell 1
-
terraform
terraform PublicForked from hashicorp/terraform
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
Go
-
Kubernetes Snippets
Kubernetes Snippets 1#Get all Hosts and public IP addresses on all namespaces
2kubectl get ing --all-namespaces | awk {'print $3" " $4'} | column -t
-
Minikube - Delete all pods from defa...
Minikube - Delete all pods from default namespace 12# delete all pods
3kubectl delete --all pods --namespace=default
45
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.