4.3.1 Verify servers & create a "provision" user
Verify the Ubuntu version is 24.04
riku@farajaland-prod:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
...Verify the disk has been partitioned correctly and that you have enough space for your chosen environment
riku@farajaland-prod:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 311G 206G 105G 67% /
/dev/vda15 105M 6.1M 99M 6% /boot/efiCheck the internet connection from the servers.
Create a user named provision
provisionCreate SSH keys for each environment for provision
provisionFor additional replicas (worker) servers in a production cluster
Last updated