Table of Contents | ||||
---|---|---|---|---|
|
Requirements
We use Kubernetes, an open-source container orchestration system to manage our applications.
...
The requirements for the Kubernetes cluster is a single node (1 virtual machine) with the following specs:
Synergy | Focus | Enterprise (Synergy + Focus) | |
---|---|---|---|
CPU cores (x86_64 processor with speed of 2.2 GHz or more) | 8 | 16 | 20 |
RAM | 32GB | 64GB | 80GB |
Free SDD disk space | 500GB | 600GB | 700GB |
OS | We recommend Ubuntu 20.04.4 LTS Server (Focal Fossa), but you can also use RHEL 8.6, CentOS 7.9 or Suse Linux 15.3. | ||
Firewall |
| ||
K3s version support | v1.23 |
...
Code Block |
---|
kubectl apply -f https://....k3s.getvisibility.com/v3/import/dxslsxcf84....yaml |
Warning |
---|
For security reasons the registration command can be used only a single time, the command becomes invalid after the first use. In case you need to run it again you must contact the support team for a new registration command. |
Monitor the progress of the installation: watch -c "kubectl get deployments -A"
...