UBUNTU

Kubernetes on Ubuntu 22.04 with CRI-Docker

Kubernetes on Ubuntu 22.04 with CRI-Docker

Installation of Kubernetes Server

Nathan Obert
Introduction We will install a Kubernetes on Ubuntu 22.04 with Docker and CRI-Docker. We are using an r5.2xlarge on Amazon EC2 using Amazon’s provided Ubuntu 22.04. You can get by with a much smaller instance depending on what you plan to run. Installation Update Ubuntu Install the updates on your fresh server from Amazon. ## Update Ubunutu sudo bash sudo apt update -y sudo apt upgrade -y sudo apt autoremove -y # if you see kenerl updates you should reboot # init 6 Hostname Your hostname should be in /etc/hosts.
Amazon Workspace with Ubuntu 22.04

Amazon Workspace with Ubuntu 22.04

Installation of Amazon Workspace

Nathan Obert
Introduction Amazon Workspace is a hosted Virtual Desktop Infrastructure (VDI). Amazon hosts your workstations in the cloud. Users can connect to their provisioned workstations through a client software provided by Amazon for many different platforms, including mobile. The key difference comparing this to EC2 instances, is the client software. With EC2 typically you use Remote Desktop Protocal (RDP) or Secure Shell (SSH). With Amazon Workspace utilize PCoIP or WSP. Both protocals work far superior for end user experience for responsivness, espically on lower speed networks.
XRP to remote Gnome on Ubuntu 22.04

XRP to remote Gnome on Ubuntu 22.04

Installation of XRP and Gnome

Nathan Obert
Introduction We will be turning a Command Line Interface (CLI) Redhat 9 server hosted at Amazon on EC2 into a full Xwindows based workstation that you can use Remote Desktop Protocal (RDP) to using xRDP. Installation Install the updates sudo apt update -y sudo apt upgrade -y # Kernel Updates wanted a reboot sudo init 6 Install ubuntu-desktop (Gnome, Xwindows, etc) sudo apt-get install ubuntu-desktop -y Install XRDP sudo apt install xrdp net-tools -y # insure xrpd on on ipv4 sudo sed -i 's/^port=3389/port=tcp:\/\/:3389/g' /etc/xrdp/xrdp.