steveteuber / kubectl-graph

A kubectl plugin to visualize Kubernetes resources and relationships.
Apache License 2.0
599 stars 31 forks source link

Neo4j outsode kubernetes #65

Open myrulezzz opened 1 year ago

myrulezzz commented 1 year ago

@steveteuber Hi can i use the plugin to visualize kubernetes resources even if neo4j is installed outside kubernetes?how can i call kubernetes resources in my cypher query from neo4j which is running outside kubernetes

steveteuber commented 1 year ago

Hi @myrulezzz,

Thank you for opening this issue. With this kubectl plugin it doesn't matter where your Neo4j database is running. You just need to fetch all desired resources and then import them into your Neo4j database.

For more details please take a look into the Quickstart guide.

PS: This kubectl plugin outputs Cypher statements from kubernetes resources.

myrulezzz commented 1 year ago

@steveteuber If you add more pods lets say and you want to update your graph how you will do it?