Code Monkey home page Code Monkey logo

kubectl-plugged's Introduction

Kubectl (plugged)

A repository to store my kubectl plugins

Default Namespace (defns)

Set the default kubectl context from a list of available namespaces.

Usage

kubectl defns

Follow log (flog)

I often need to watch logs from different namespaces. Sometimes I forget what the namespace I need is.

This plugin creates an interactive workflow to simulate the following:

kubectl get namespaces
kubectl =n namespace_the_name get pods 
kubectl -n namespace_the_name log some-interesting-pod-name --follow

Usage

# No args
kubectl flog

# Default to current namespace
kubectl flog .

# Prepopulate the filter with a value
kubectl flog dev

Follow log by label (flogl)

See details for flog. This workflow is the same, except you're prompted for pod labels instead of pod names.

Installation

This repository does not currently provide a fancy installation script. For this repository to be "installed", and plugins made available to kubectl, do the following:

  1. Clone this repository somewhere on your computer (Recommend ${XDG_HOME:${HOME}}/.kubectl-plugged).
  2. Add the bin directory to your PATH

Prerequisites

Each plugin will try and check it's own dependencies, and give an error if it's missing. Some useful utilities which these plugins use:

  • Gum (to make the output nicer)
  • Ripgrep (say no to grep)

kubectl-plugged's People

Contributors

mtwig avatar

Watchers

 avatar  avatar

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.