Skip to content
/ k3dnifi Public

A simple tool to manage and debug nifi pods in a k3d cluster

License

Notifications You must be signed in to change notification settings

mheers/k3dnifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k3dnifi

A simple tool to manage and debug nifi pods in a k3d cluster

Dependencies

  • docker
  • k3d

Installation

Binary

go install github.com/mheers/k3dnifi@latest

Docker

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/.kube:/root/.kube/:ro --network host mheers/k3dnifi:latest

TODO

  • remove dependency of docker exec
  • show logs of operator
  • make it working when zookeeper is not available
  • handle multiple nodes
  • add age to list of pods
  • better error message for pending pvc
  • auto select nifi cluster and namespace if only one is available

About

A simple tool to manage and debug nifi pods in a k3d cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published