Managing the Mattermost Kubernetes operator

CLI commands

You can manage and monitor your Mattermost installation’s installation and deployment process in the CLI, using the commands listed below.

$ kubectl -n mattermost get jobs
$ kubectl -n mattermost get all

Logs

$ mattermost logs -f [pod name]