This guide provides documentation for Wickr Enterprise. If you're using AWS Wickr, see AWS Wickr Administration Guide or AWS Wickr User Guide.
Installation
-
Connect to the Kubernetes cluster.
-
Obtain Wickr Enterprise license file from Wickr Support.
-
Install Wickr Enterprise using the following command.
kubectl kots install wickr-enterprise-ha \ --license-file ./license.yaml \ --namespace wickrNote
license.yaml represents your provided license file.
After initial installation the KOTS Admin Console will provide cluster level management and configuration options.
KOTS Admin Console
This interface is used for managing the deployed version of Wickr Enterprise. You can see the status of the installation, modify configurations, or perform upgrades of Wickr Enterprise. The KOTS Admin Console is accessible only through a Kubernetes port forward, which can be opened using the following command:
kubectl kots admin-console -n wickr