...
Key Requirements
Info |
---|
We use Kubernetes, an open-source container orchestration system to manage our applications. At the moment the only Kubernetes distribution supported is K3s (click here for the official documentation) by Suse Linux for both on-premise and cloud deployments. |
...
EDC | DDC / DSPM | EDC + DDC + DSPM | |||
---|---|---|---|---|---|
CPU | 8 cores | 16 cores | 20 cores | ||
⚠️ The CPU must support the instructions SSE4.1, SSE4.2, AVX, AVX2, FMA. Only x86_64 architecture is supported. Minimum CPU speed is 2.2 GHz | |||||
Memory | 32GB | 64GB | 80GB | ||
Storage | 500GB Min available inodes for ext4: 32M | 600GB Min available inodes for ext4: 39M | 700GB Min available inodes for ext4: 45M | ||
Storage and partition details |
| ||||
Operating System | Ubuntu 20.04 LTS Server is recommended, other supported operating systems include:
Only Server edition versions are supported. No Desktop Environment installed. No other linux distributions are supported.
| ||||
Firewall |
| ||||
K3s version support | 1.23, 1.24, 1.26 | ||||
Other requirements |
For hardened systems, see: Deploying Product in CIS hardened OS or K3s When deploying using RHEL / CentOS / Suse:
When deploying using Ubuntu:
|
Installation
...
If using proxy, please run this before using curl
:
Code Block |
---|
export http_proxy="$PROXY_IP"
export https_proxy="$PROXY_IP" |
...
Before installation please use the following command to see if product requirements are met, using (synergy|focus|dspm|enterprise|ultimate) for PRODUCT_NAME.
...
Info | ||||||
---|---|---|---|---|---|---|
When running k3s.sh script you need to provide product name in a form of PRODUCT_NAME argument. Allowed product names are: synergy focus dspm enterprise ultimate If you want to ensure the environment meets all the prerequisites, you can use ONLY_PRECHECK=true argument, so your for checking against enterprise requirements will look like:
|
Run k3s installer using the following command as root user:
|
Note |
---|
You need to be logged as a root user to perform installation. |
Tip | |||||
---|---|---|---|---|---|
Here is the syntax for the k3s.sh installer to perform full prerequisites check and start the installation of ultimate product:
|
Info |
---|
Few more arguments that can be used to customize the execution of the k3s script:We provide a number of optional switches to use with k3s.sh installer, check below what functionality they offer. |
Argument | Description |
---|---|
SKIP_PRECHECK=true | to skip |
...
all built in checks | |
SKIP_SYSTEM_CHECKS=true | to skip |
...
hardware |
...
checks | |
SKIP_NETWORK_CHECKS=true | to skip |
...
connectivity checks | |
ONLY_PRECHECK=true | will run precheck only and stop after that |
...
Run the kubectl registration command:
Note |
---|
The command below is just an example, it will not work during deployment. For direct customers, Customer Support Team will provide the registration command, otherwise you should have been provided registration command in the Welcome Email. |
...
Code Block |
---|
https://assets.master.k3s.getvisibility.com (Custom K3s installation files) https://images.master.k3s.getvisibility.com (Private Docker registry) https://charts.master.k3s.getvisibility.com (Private Helm registry) https://prod-eu-west-1-starport-layer-bucket.s3.eu-west-1.amazonawsapi.master.k3s.getvisibility.com (Docker registry AWS CDN)Priva https://apirancher.master.k3s.getvisibility.com (PrivateRancher APImanagement server) https://rpm.rancher.iorancher.$RESELLER_NAME.k3s.getvisibility.com (Rancher RPMmanagement reposerver, forwhere configuring$RESELLER_NAME SELinuxis packagesGetvisibility onfor RHELdirect orcustomers) CentOS) https://rancher.master.k3s.getvisibilityprod-eu-west-1-starport-layer-bucket.s3.eu-west-1.amazonaws.com (RancherDocker registry managementAWS serverCDN) https://rpm.rancher.$RESELLER_NAME.k3s.getvisibility.comio (Rancher management server, where $RESELLER_NAME is Getvisibility for direct customersRPM repo for configuring SELinux packages on RHEL or CentOS) |
Info |
---|
For Helm-based installation you only need the first five from the above list. |
...