wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


cheatsheet-kubernetes
Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cheatsheet-kubernetes [2025/06/01 11:59] – created - external edit 127.0.0.1cheatsheet-kubernetes [2025/07/20 05:47] (current) – [MISC] sjoerd
Line 283: Line 283:
 # Open the terminal (click terminal icon next to the name) # Open the terminal (click terminal icon next to the name)
 grafana cli admin reset-admin-password <admin-password> grafana cli admin reset-admin-password <admin-password>
 +</code>
 +\\ Check for kafka topics
 +<code bash>
 +# open a terminal on one of the kafka brokers (eg kafka-kafka-0)
 +./bin/kafka-topics.sh --list --bootstrap-server localhost:9092
 +</code>
 +\\ Get all resource kinds with their name from a manifest:
 +<code bash>
 +cat opentelemetry-operator.yaml | grep -i '^kind\|^  name:'
 </code> </code>
  
cheatsheet-kubernetes.1748779162.txt.gz · Last modified: by 127.0.0.1