Installing On-Premises
Installing Replicated
Waydev Enterprise runs on Replicated Kots 1.28.0 and above. Learn more about Replicated here. This version of Replicated utilizes Kubernetes and allows us to provide the best experience for our users.
Installation
The installation allows you to quickly and easily install KOTS, Replicated, and Waydev Enterprise. This method requires that the server you are installing on has access to the Replicated servers and the Kubernetes package repositories.
Replicated provides a list of IP addresses that can be white listed for outbound traffic in this repository: https://github.com/replicatedhq/ips.
To install Replicated on your system using the standard installation method, you simply need to follow the steps below.
Step One: Download the Script
In case of an installation on an Embedded Cluster, use the command:
curl -sSL https://k8s.kurl.sh/waydevonprem-beta | sudo bash
In case of an installation on an Existing Cluster, use the commands:
curl https://kots.io/install | bash
kubectl kots install waydevonprem/beta
Step Two: Finishing Up
The installer will run for some time. During the process, it will update several OS packages, install the Kubernetes framework, and Replicated's system. Once that finishes, the installer will present you with a screen similar to the image below. You will need to save the password, as it will not be displayed again, and access the link corresponding to the Kotsadm field.
Please browse to that link in your browser, and continue on with the steps from "Configuring On-Premises".
Updated about 1 year ago