Skip to content
View sharepointoscar's full-sized avatar
💭
Winter is coming...
💭
Winter is coming...
  • Using tech to support my lifestyle.
  • California
  • X @DevOpsOscar

Highlights

  • Pro

Organizations

@SPRWD
Block or Report

Block or report sharepointoscar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. MEANS MEANS Public

    SailsJS Seed Project

    JavaScript 67 10

  2. docker-windows-box 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

  3. terraform terraform Public

    Forked from hashicorp/terraform

    Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.

    Go

  4. Kubernetes Snippets Kubernetes Snippets
    1
    #Get all Hosts and public IP addresses on all namespaces
    2
    kubectl get ing --all-namespaces | awk {'print $3" " $4'} | column -t 
  5. Minikube - Delete all pods from defa... Minikube - Delete all pods from default namespace
    1
    
    
    2
    # delete all pods
    3
    kubectl delete --all pods --namespace=default
    4
    
    
    5
    
    
  6. kname kname Public

    Generates a Kubernetes cluster name based on fun themes.

    Go 2 1