Skip to content

Instantly share code, notes, and snippets.

View themarcelor's full-sized avatar
🎓
crescat scientia, vita excolatur

Marcelo R Costa themarcelor

🎓
crescat scientia, vita excolatur
View GitHub Profile
@themarcelor
themarcelor / nginxpodchecker.go
Created July 4, 2018 00:30 — forked from yifan-gu/nginxpodchecker.go
nginx pod checker
package main
import (
"fmt"
"os"
"time"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/pkg/api"