An open API service indexing awesome lists of open source software.

https://github.com/appscode/krew-index

Krew index for kubectl plugins by AppsCode
https://github.com/appscode/krew-index

Last synced: over 1 year ago
JSON representation

Krew index for kubectl plugins by AppsCode

Awesome Lists containing this project

README

          

# krew-index

[Krew](https://krew.sigs.k8s.io/) is the plugin manager for kubectl command-line tool. This repository hosts the krew index for custom kubectl plugins by AppsCode.

## Install kubectl

https://kubernetes.io/docs/tasks/tools/install-kubectl/

## Install krew

https://krew.sigs.k8s.io/docs/user-guide/setup/install/

## Configure AppsCode krew-index

```bash
kubectl krew index add appscode https://github.com/appscode/krew-index.git
kubectl krew update
```

### Install Stash cli

```bash
kubectl krew install appscode/stash
kubectl stash -h
```

### Install KubeDB cli

```bash
kubectl krew install appscode/dba
kubectl dba -h
```

### Install KubeVault cli

```bash
kubectl krew install appscode/vault
kubectl vault -h
```