All Projects → bryanl → manifest-summary

bryanl / manifest-summary

Licence: Apache-2.0 License
print summary of a kubernetes manifest

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to manifest-summary

carvel-simple-app-on-kubernetes
K8s simple Go app example deployed with k14s tools
Stars: ✭ 23 (-25.81%)
Mutual labels:  yaml, k8s
kahoy
Simple Kubernetes raw manifests deployment tool
Stars: ✭ 33 (+6.45%)
Mutual labels:  yaml, k8s
Carvel Ytt
YAML templating tool that works on YAML structure instead of text
Stars: ✭ 816 (+2532.26%)
Mutual labels:  yaml, k8s
dockerfiles
Dockerfile & kubernetes Yaml Templates
Stars: ✭ 44 (+41.94%)
Mutual labels:  yaml, k8s
pollly
The simplest editor to translate apps & sites for YML files. Fast and Simple. Try now!
Stars: ✭ 32 (+3.23%)
Mutual labels:  yaml
centos-script
🎉centos下工具安装脚本,包含基础环境配置,Gitlab、Docker、LDAP、MongoDB、MySQL、RabbitMQ、Supervisor、Node、Python、zsh、rar、zabbix、k8s、prometheus、grafana等🎉
Stars: ✭ 121 (+290.32%)
Mutual labels:  k8s
HomeAssistant
My Home Assistant Configuration
Stars: ✭ 71 (+129.03%)
Mutual labels:  yaml
erda-actions
No description or website provided.
Stars: ✭ 17 (-45.16%)
Mutual labels:  k8s
k8s-mongo-sidecar
Kubernetes sidecar for MongoDB
Stars: ✭ 35 (+12.9%)
Mutual labels:  k8s
Azure-AKS-ApplicationGateway-WAF
No description or website provided.
Stars: ✭ 16 (-48.39%)
Mutual labels:  yaml
tichi
TiChi ☯️ contains the tidb community collaboration automation basic framework and tool set.
Stars: ✭ 36 (+16.13%)
Mutual labels:  k8s
StackMob-3
A plugin designed for bukkit servers, aiming to reduce the lag that both the server and players experience.
Stars: ✭ 23 (-25.81%)
Mutual labels:  yaml
hitchstory
Type-safe, StrictYAML based BDD framework for python.
Stars: ✭ 24 (-22.58%)
Mutual labels:  yaml
ide-yaml
Atom-IDE support for YAML language
Stars: ✭ 16 (-48.39%)
Mutual labels:  yaml
fluidpatcher
A performance-oriented patch interface for FluidSynth
Stars: ✭ 41 (+32.26%)
Mutual labels:  yaml
tree-sitter-yaml
YAML grammar for tree-sitter
Stars: ✭ 29 (-6.45%)
Mutual labels:  yaml
yorm
Automatic object-YAML mapping for Python.
Stars: ✭ 23 (-25.81%)
Mutual labels:  yaml
flekszible
Kubernetes resource/manifest file preprocessor, generator and manager.
Stars: ✭ 34 (+9.68%)
Mutual labels:  k8s
home assistant config
HomeAssistant.io Configuration Files
Stars: ✭ 110 (+254.84%)
Mutual labels:  yaml
hetzner-k3s
A Ruby gem (and Docker image) to install and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher.
Stars: ✭ 201 (+548.39%)
Mutual labels:  k8s

manifest-summary

Read a Kubernetes manifest and print a table of its contents.

Installation

$ go get github.com/bryanl/manifest-summary

Requires Go to install.

Usage

Pipe your Kubernetes configuration into the manifest-summary binary.

$ curl -s https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/application/wordpress/mysql-deployment.yaml | manifest-summary
+-------------+-----------------------+-----------------+
| API VERSION |         KIND          |      NAME       |
+-------------+-----------------------+-----------------+
| v1          | Service               | wordpress-mysql |
| v1          | PersistentVolumeClaim | mysql-pv-claim  |
| apps/v1     | Deployment            | wordpress-mysql |
+-------------+-----------------------+-----------------+
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].