Coder Social home page Coder Social logo

kubectl-check's Introduction

kubectl-check

kubectl-check is a kubectl plugin that checks Kubernetes resources. Currently it supports deployment, daemonset and statefulset.

Installation

$ brew install Ladicle/brew/kubectl-check

Usage

$ kubectl check -h
Check Kubernetes resource status

Usage:
  kubectl check [flags...] <resource> <name>

Resources:
  - daemonset, ds
  - deployment, deploy, dp
  - statefulset, sts

Flags:
  --version    Version for check
  --options    Show full options of this command
  -h, --help   Show this message
  -R, --color  Enable color output even if stdout is not a terminal

Use "kubectl check --options" for full information about global flags.
Use "kubectl check <resource> --help" for more information about each resource.

Getting Started

$ kubectl create deployment hello --image=not/found
deployment.apps/hello created

$ kubectl check deploy hello
Deployment "default/hello" is not available (0/1):

[ErrImagePull] Pod/hello-7d8df5b78-5zj6x/Container{found}: rpc error: code = Unknown desc = Error response from daemon: pull access denied for not/found, repository does not exist or may require 'docker login': denied: requested access to the resource is denied (restarted x0)

Reason  Age   From              Object                                            Message
------  ----  ----              ------                                            -------
Failed  4s    kubelet, worker2  Pod/hello-7d8df5b78-5zj6x/spec.containers{found}  Failed to pull image "not/found": rpc error: code = Unknown desc = Error response from daemon: pull access denied for not/found, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Failed  4s    kubelet, worker2  Pod/hello-7d8df5b78-5zj6x/spec.containers{found}  Error: ErrImagePull
Failed  4s    kubelet, worker2  Pod/hello-7d8df5b78-5zj6x/spec.containers{found}  Error: ImagePullBackOff

kubectl-check's People

Contributors

ladicle avatar

Stargazers

Takanari Ko avatar Ryuma Yoshida avatar uesyn avatar Kazuki Suda avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

syllogy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.