k0s/minikube/k3s/microk8s all are viable options for local deployment.
Or even kind/k3d if you want to run kubernetes on top of docker.
Python with nexfil
sudo git clone https://github.com/thewhiteh4t/nexfil.git
cd nexfil
sudo apt install python3-pip
sudo pip3 install -r requirements.txt
Clone update-golang by @udhos
git clone https://github.com/udhos/update-golang
cd update-golang
sudo ./update-golang.sh
source /etc/profile.d/golang_path.sh
SSH keygen standard
ssh-keygen -t rsa -b 4096
SSH copy id
ssh-copy-id -i ~/.ssh/mykey user@host
Windows Equivalent of ssh-copy-id on Windows Terminal
type $env:USERPROFILE\.ssh\key.pub | ssh [email protected] "cat >> .ssh/authorized_keys"
Allowing SFTP but disallowing SSH
All below are notes from my experience with setting it up
Buy domain from cloudflare
Download VirtualBox
Install Virtualbox
Download Ubuntu Server
Setup New VM in VirtualBox
OpenStack CheatSheet CLI Manage Project, Users and Roles
$ openstack project list