Cloud Providers
Kubernetes
Local Komiser CLI integration with Kubernetes
Komiser now supports multiple cloud accounts and Kubernetes clusters by default. Account configuration is done through the config.toml file.
Pass in the path to your cluster’s config file. Which you can find in your local ./kube folder.
Data persistence
Choose between these two methods of persisting your Kubernetes cluster data.
Postgres
Add to config.toml file
For Postgres, Komiser anticipates the existence of a role
postgres and a database komiser on the local Postgres server. SQLite
Configuring Credentials
Firstly locate your Kubernetes config file.
Add the path to .kube/config in the configuration file.
Run it!
That should be it. Try out the following command from your command prompt to start the server:
Point your browser to http://localhost:3000
You should see something like this!
In komiser v3.0.1 only
podsandservicesare supported. More Kubernetes resources will be added shortly.

