Quickstart
Quickstart Installation helps you jump start with the DIGIT basic installation steps with the limited functionalities.
Demo/Evaluation Installations
DIGIT Quickstart setup gives you the ability to set up DIGIT Infra on a local machine/VM quickly. These are not meant for production use as is. However, this quickstart flow can make you familiar with most of the production-grade setup.
Quickstart is recommended for basic infra types like a local machine, setting up on a single VM, etc. We need to create a Lightweight Kubernetes (k3d ) cluster which does not really need a full-fledged cloud setup or multiple VMs. See the open source project k3d to learn more. You can install k3d on a local or on a VM when you have all the below pre-requisites and hardware requirements met.
H/W Prerequisites
To install k3d, make sure your instance meets the following h/w requirements that have sufficient CPU and Memory for both your default systems and for the DIGIT Setup requirement
Apart from the regular system usage, DIGIT should have a dedicated CPU/Memory requirement as below.
You must have admin/sudoer access before you proceed.
OS: Ubuntu 18.04 or Debian 10 or Windows 10 or Mac OSX
Local machine or VM or bare metal
8 vCPUs (recommend 8+)
16 GiB of RAM (recommend 20+)
30 GiB of HDD (recommend 40+)
NAT or Bridged networking with access to the internet
Before proceeding with DIGIT quickstart. Check the machine's remaining CPU/Memory capacity. To check the same you can use the following commands to determine - the commands vary from OS to OS, so select the OS-specific instructions.
Note: The above commands output provides you with the total memory/CPU and unused/free/available memory/CPU details. Make sure your unused/free/available memory meets the following:
Memory: 8GB
CPU: >30%
Let's start Quickstart Setup
Once the above prerequisites are met, proceed with the following steps
1. Infra Setup2. DeploymentFAQLast updated