All Projects → walmartlabs → Kubeman

walmartlabs / Kubeman

Licence: other
The Hero that Kubernetes deserves

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Kubeman

Kubernetes Cicd
Demonstration of a Kubernetes-centric CI/CD workflow
Stars: ✭ 54 (-64%)
Mutual labels:  istio
Riff Tutorial
How-to guide for testing the riff FaaS platform and Istio on Google Kubernetes Engine.
Stars: ✭ 99 (-34%)
Mutual labels:  istio
Istio Workshop
In this workshop, you'll learn how to install and configure Istio, an open source framework for connecting, securing, and managing microservices, on Google Kubernetes Engine, Google’s hosted Kubernetes product. You will also deploy an Istio-enabled multi-service application
Stars: ✭ 120 (-20%)
Mutual labels:  istio
Nacos Group.github.io
nacos-group.github.io
Stars: ✭ 64 (-57.33%)
Mutual labels:  istio
Resilient Java Microservices With Istio
In this code we demonstrate how to build, deploy, connect resilient Java microservices leveraging Istio service mesh. We show how to configure and use circuit breakers, timeouts/retries, rate limits and other advanced resiliency features from Istio without changing the application code.
Stars: ✭ 92 (-38.67%)
Mutual labels:  istio
K8s Gitops
Kubernetes cluster managed by GitOps - Git as a single source of truth, automated pipelines, declarative everything, next-generation DevOps
Stars: ✭ 110 (-26.67%)
Mutual labels:  istio
Learn Istio
⛵️ Istio resources 🕸
Stars: ✭ 1,025 (+583.33%)
Mutual labels:  istio
Arkade
Open Source Kubernetes Marketplace
Stars: ✭ 2,343 (+1462%)
Mutual labels:  istio
Bank Vaults
A Vault swiss-army knife: a K8s operator, Go client with automatic token renewal, automatic configuration, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth methods, secret engines). Direct secret injection into Pods.
Stars: ✭ 1,316 (+777.33%)
Mutual labels:  istio
Installer
A modular, a-la-carte installer for Istio components. MOVED to https://github.com/istio/istio/tree/master/manifests
Stars: ✭ 115 (-23.33%)
Mutual labels:  istio
Istio Hpa
Configure horizontal pod autoscaling with Istio metrics and Prometheus
Stars: ✭ 81 (-46%)
Mutual labels:  istio
Pci Gke Blueprint
PCI on GKE Blueprint: PCI Deployable Architecture on Google Cloud and GKE
Stars: ✭ 91 (-39.33%)
Mutual labels:  istio
Workshop Material
Material for Kubernetes and Istio workshop https://learnistio.com
Stars: ✭ 113 (-24.67%)
Mutual labels:  istio
Istio Ui
istio配置管理后台,停止维护。https://github.com/XiaoMi/naftis
Stars: ✭ 57 (-62%)
Mutual labels:  istio
Istio Vet
Utility for validating Istio configuration in kubernetes cluster
Stars: ✭ 126 (-16%)
Mutual labels:  istio
Micro Mesh
gRPC微服务架构实践
Stars: ✭ 50 (-66.67%)
Mutual labels:  istio
Microservices Demo
Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.
Stars: ✭ 11,369 (+7479.33%)
Mutual labels:  istio
Layer5
Layer5, the service mesh company, representing every service mesh
Stars: ✭ 137 (-8.67%)
Mutual labels:  istio
Kubernetes Vagrant Centos Cluster
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
Stars: ✭ 1,750 (+1066.67%)
Mutual labels:  istio
Istio Handbook
Istio Service Mesh Advanced Practical - Istio服务网格进阶实战 https://www.servicemesher.com/istio-handbook/
Stars: ✭ 1,646 (+997.33%)
Mutual labels:  istio

Kubeman Logo

Kubeman Rocks!

Slack Channel: #kubeman

What's Kubeman?

Kubeman is a tool that attempts to make it easier to find information from Kubernetes clusters, and to investigate issues related to Kubernetes and Istio.

Why Kubeman?

While kubectl is a must-have utility for working with Kubernetes clusters, it leaves a lot to the user when it comes to investigating complex issues related to Kubernetes and Istio. Investigating any non-trivial issue may involve running dozens of commands and cross-referencing information from multiple commands, retaining a lot of context and connecting the dots in one's head. Kubeman simplifies such investigation tasks by performing relevant cross-referencing and analysis of related information, so that the user doesn't have to do the heavy-lifting. Such pre-defined analysis tasks are offered as recipes.

How does it work?

Kubeman is offered as a desktop application that uses your local kube config to connect to clusters of your choice. Once connected, you can view and analyze information from all namespaces that are available to your user account. Kubeman offers various recipes ranging from those that can give you a summary overview of a cluster, to those that can analyze and correlate configurations across multiple clusters.

How to use it?

Installation

You can either choose to download a pre-built binary from the github releases, or build the application yourself (see below). Pre-built binaries are available for Mac (dmg), Win64 (exe) and Linux (appimage) platforms.

Usage

See: Kubeman User Guide

To build and run the app

PreRequisite: Node.js and npm

  1. Clone repo
  2. 'npm install' - to install dependencies
  3. 'npm run dev' - to run app in dev mode
  4. 'npm run dist' - to package the app for distribution. This builds kubeman.app (mac) application in the dist/mac folder
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].