All Projects → kubectl-plus → Kcf

kubectl-plus / Kcf

Licence: apache-2.0
A CLI tool providing you with status & configuration of a Kubernetes cluster fleet

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Kcf

Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-59.18%)
Mutual labels:  cluster, kubectl
Terraform Eks
Terraform for AWS EKS
Stars: ✭ 82 (-16.33%)
Mutual labels:  cluster, kubectl
rbac-tool
Rapid7 | insightCloudSec | Kubernetes RBAC Power Toys - Visualize, Analyze, Generate & Query
Stars: ✭ 546 (+457.14%)
Mutual labels:  cluster, kubectl
Amp
** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
Stars: ✭ 74 (-24.49%)
Mutual labels:  cluster
Kubectl Cssh
A kubectl plugin to ssh into Kubernetes nodes within separate tmux panes
Stars: ✭ 76 (-22.45%)
Mutual labels:  kubectl
Kubectl Build
Build dockerfiles directly in your Kubernetes cluster.
Stars: ✭ 84 (-14.29%)
Mutual labels:  kubectl
Scaleable Crawler With Docker Cluster
a scaleable and efficient crawelr with docker cluster , crawl million pages in 2 hours with a single machine
Stars: ✭ 96 (-2.04%)
Mutual labels:  cluster
Cv4pve Barc
Backup And Restore Ceph for Proxmox VE
Stars: ✭ 74 (-24.49%)
Mutual labels:  cluster
Raspberry Pi Dramble
Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
Stars: ✭ 1,317 (+1243.88%)
Mutual labels:  cluster
Phpredis
A PHP extension for Redis
Stars: ✭ 9,203 (+9290.82%)
Mutual labels:  cluster
Endurox
Enduro/X Middleware Platform for Distributed Transaction Processing
Stars: ✭ 91 (-7.14%)
Mutual labels:  cluster
Docker Trino Cluster
Multiple node presto cluster on docker container
Stars: ✭ 81 (-17.35%)
Mutual labels:  cluster
Repmgr
A lightweight replication manager for PostgreSQL (Postgres) - latest version 5.2.1 (2020-12-07)
Stars: ✭ 1,207 (+1131.63%)
Mutual labels:  cluster
Kuttle
Kubernetes wrapper for sshuttle
Stars: ✭ 86 (-12.24%)
Mutual labels:  kubectl
Kubectl Trace
Schedule bpftrace programs on your kubernetes cluster using the kubectl
Stars: ✭ 1,194 (+1118.37%)
Mutual labels:  kubectl
Konfig
konfig helps to merge, split or import kubeconfig files
Stars: ✭ 92 (-6.12%)
Mutual labels:  kubectl
Memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Stars: ✭ 74 (-24.49%)
Mutual labels:  cluster
Docker Blender Render Cluster
A docker based multi machine render setup
Stars: ✭ 79 (-19.39%)
Mutual labels:  cluster
Kubeplay
kubeplay – a new way to interact with Kubernetes API from your terminal
Stars: ✭ 83 (-15.31%)
Mutual labels:  kubectl
Ksniff
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Stars: ✭ 1,339 (+1266.33%)
Mutual labels:  kubectl

Kubernetes cluster fleet viewer

Clusters are the new cattle and we should have tooling available that allows us to quickly get an idea what's going in a fleet of such clusters.

What is this about?

Meet fleet, a simple CLI tool that provides you with the status and configuration of a fleet of Kubernetes clusters. For example:

$ kubectl fleet
CLUSTER                                                      VERSION       NODES NAMESPACES PROVIDER      API
kind-kind-3                                                  v1.16.3       1/1   4          kind          https://127.0.0.1:32769
test-cluster-2                                               v1.16.2       1/1   4          minikube      https://192.168.64.4:8443
kind-test2                                                   v1.16.3       1/1   4          kind          https://127.0.0.1:32768
minikube                                                     v1.16.2       1/1   4          minikube      https://192.168.64.3:8443
gke_krew-release-bot-260708_us-central1-a_standard-cluster-1 v1.15.8-gke.3 3/3   4          GKE           https://104.197.42.183
do-sfo2-k8s-1-16-6-do-0-sfo2-1581265844177                   v1.16.6       3/3   4          Digital Ocean https://f048f314-4f77-47c2-9264-764da91d35e0.k8s.ondigitalocean.com

Above, you see fleet used as a kubectl plugin, available via krew. The top-level command lists all active clusters found in the kubeconfig provided. Active clusters are defined as the one that you would see when you'd execute the kubectl config get-contexts command. For each cluster, configuration info such as the control plane version or API server endpoint are displayed, as well as select stats, for example, the number of worker nodes or namespaces found in the cluster.

Note that you can also use it standalone, simply download the binary for your platform from the release page.

Getting started

To get started, visit the usage docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].