---
title: "💭 mkimuram/k8sviz: Generate Kubernetes architecture diagrams fro..."
description: "!https://github.com/mkimuram/k8sviz"
date: 2023-10-22
published: true
tags:
  - homelab
  - k8s
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/mkimuram/k8sviz" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://opengraph.githubassets.com/c7b91b2f214336d82d412b49698fe3ec0f50390d9b6fb36492860b23249ec5ca/mkimuram/k8sviz" alt="GitHub - mkimuram/k8sviz: Generate Kubernetes architecture diagrams from the actual state in a namespace — Generate Kubernetes architecture diagrams from the actual state in a namespace - mkimuram/k8sviz" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">GitHub - mkimuram/k8sviz: Generate Kubernetes architecture diagrams from the actual state in a namespace</div>
      <div class="embed-card-description">Generate Kubernetes architecture diagrams from the actual state in a namespace - mkimuram/k8sviz</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


This is a sick kubernetes architecture diagran generation tool.

Here is an example

![an example output from k8sviz](https://raw.githubusercontent.com/mkimuram/k8sviz/master/examples/wordpress/default.png)


## installation

``` bash
$ curl -LO https://raw.githubusercontent.com/mkimuram/k8sviz/master/k8sviz.sh
$ chmod u+x k8sviz.sh
```
### Usage

``` bash
./k8sviz.sh --kubeconfig ~/.config/kube/falcon-k3s.yaml -t png -o k8sviz.png
```


!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
