To deploy the XOS core and affiliated containers, run the following:
helm dep update xos-core helm install -n xos-core xos-core
We highly suggest you override the default values of xosAdminUser
and xosAdminPassword
with custom values. You can do it using a values.yaml
file, or using this command:
helm install -n xos-core xos-core --set xosAdminUser=MyUser --set xosAdminPassword=MySuperSecurePassword
Some flavors of XOS require kafka. To install it, please refer to the kafka instructions.