Skip to content

boiken/k8s-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

k8s-scripts

Kubernetes script adapted from me

  • podstatusmonitor - script monitors the pod status and a deployment Readiness.Check status is 'Running' and that all containers are ready. Returns 0 if ready. Returns 1 if not ready.

Usage

./pod-status-monitor.sh $(kubectl get pod -o jsonpath="{.items[0].metadata.name}")

About

Kubernetes script adapted from me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages