Uploaded March 2021 | Updated September 2026, 2 weeks ago
Get Serverspace.io hosting and double up your first payment with the promo code AVERAGELINUXUSER at my.serverspace.io/Account/Manage#Account#PromoCode
Log in to Serverspace → Settings → Promo code → enter AVERAGELINUXUSER
This video will help you to deploy your first Kubernetes cluster with ContainerD. We will create a cluster of one master node and two worker nodes and install Kubernetes on it with ContainerD as a container runtime interface. To test it, we will deploy an application on this Kubernetes cluster, and test scaling and self-healing features of Kubernetes.
Text version with all the commands: averagelinuxuser.com/kubernetes_containerd
################################################
My Linux PC: averagelinuxuser.com/linux_pc_assembly
My other hardware: amazon.com/shop/averagelinuxuser
Support the project:
Patreon: patreon.com/averagelinuxuser
Buy Me a Coffee: buymeacoffee.com/avglinuxuser
Buy Linux Laptop: https://starlabs.systems/?rfsn=4728988.4df7ed
Shop on Amazon: amazon.com/shop/averagelinuxuser
BTC: 1CfCLTYCqqDfYbngcvQtEav3n7SMZihfSS
###############################################
Website: averagelinuxuser.com
LBRY.tv: lbry.tv/$/invite/@AVGLinux:2
Facebook: facebook.com/AverageLinuxUser
Twitter: twitter.com/AVGLinuxUser
################################################
Timecodes:
0:00 What you will learn in this video
1:06 1- Create servers
1:14 About Serverspace
2:10 Create Serverspace servers
3:34 Change hostnames
4:36 2 - Configure servers for Kubernetes
6:48 3 - Set up Master node
7:23 4 - Set up Worker nodes
8:04 5 - Deploy pod network
8:29 6 - Quick test
9:13 7 - Testing Scaling and Self-healing
Tags: #Kubernetes #Serverspace #Linux
Disclosure: This video is sponsored by Serverspace.
Get Serverspace.io hosting and double up your first payment with the promo code AVERAGELINUXUSER at my.serverspace.io/Account/Manage#Account#PromoCode
Log in to Serverspace → Settings → Promo code → enter AVERAGELINUXUSER
This video will help you to deploy your first Kubernetes cluster with ContainerD. We will create a cluster of one master node and two worker nodes and install Kubernetes on it with ContainerD as a container runtime interface. To test it, we will deploy an application on this Kubernetes cluster, and test scaling and self-healing features of Kubernetes.
Text version with all the commands: averagelinuxuser.com/kubernetes_containerd
################################################
My Linux PC: averagelinuxuser.com/linux_pc_assembly
My other hardware: amazon.com/shop/averagelinuxuser
Support the project:
Patreon: patreon.com/averagelinuxuser
Buy Me a Coffee: buymeacoffee.com/avglinuxuser
Buy Linux Laptop: https://starlabs.systems/?rfsn=4728988.4df7ed
Shop on Amazon: amazon.com/shop/averagelinuxuser
BTC: 1CfCLTYCqqDfYbngcvQtEav3n7SMZihfSS
###############################################
Website: averagelinuxuser.com
LBRY.tv: lbry.tv/$/invite/@AVGLinux:2
Facebook: facebook.com/AverageLinuxUser
Twitter: twitter.com/AVGLinuxUser
################################################
Timecodes:
0:00 What you will learn in this video
1:06 1- Create servers
1:14 About Serverspace
2:10 Create Serverspace servers
3:34 Change hostnames
4:36 2 - Configure servers for Kubernetes
6:48 3 - Set up Master node
7:23 4 - Set up Worker nodes
8:04 5 - Deploy pod network
8:29 6 - Quick test
9:13 7 - Testing Scaling and Self-healing
Tags: #Kubernetes #Serverspace #Linux
Disclosure: This video is sponsored by Serverspace.



![How to set an account image in XFCE with several users.
Learn how to set an account image in XFCE if there are several users using the system.
In the previous video I showed how to set an account image in the XFCE desktop.
https://youtu.be/m3kWAj3-IgQ
I had only one user when I created that video and I didnt realize that those settings didnt work for several-users systmes with encrypted home directories.
For MULTI-USERS systems with encrypted homes, the settings are little different.
To change the user icons in lightDM login manager, do the following:
# Install accountsservice
sudo apt install accountsservice
# create a file /var/lib/AccountsService/users/username for every user. For example, I have two users alu, vbox
sudo nano /var/lib/AccountsService/users/alu
# paste the following
[User]
Icon=/var/lib/AccountsService/icons/alu
# do the same for vbox.
sudo nano /var/lib/AccountsService/users/vbox
# paste
[User]
Icon=/var/lib/AccountsService/icons/vbox
# resize the user images to 96x96 px in GIMP similarly to how I resized an image to 200 px in the video (200px will be too large and wont scale in this case.).
# copy the user images to /var/lib/AccountsService/icons/ and rename them to username without .png
sudo cp alu.png /var/lib/AccountsService/icons/alu
sudo cp vbox.png /var/lib/AccountsService/icons/vbox
Log out, log in and everything should work.
Its a pity I didnt know it before I made the previos video.
Please, let me know if something still doesnt work.
More XFCE tips: https://www.youtube.com/playlist?list=PLSmXPSsgkZLt4F4tFSreGqtoFSMUpGo2Q
################################################
Support on Patreon: https://www.patreon.com/averagelinuxuser
Donate through PayPal: https://www.paypal.me/Kryvokhyzha
################################################
More cool Linux stuff at other social media:
Google+ - Best Linux Stuff: https://plus.google.com/+AverageLinuxUser
Facebook - Top Linux Tips: https://www.facebook.com/AverageLinuxUser
Twitter - Daily Linux News: http://twitter.com/AVGLinuxUser
Website: http://averagelinuxuser.com/ How to set an account image in XFCE with several users.](https://i.ytimg.com/vi/rB_XB8KQsUE/mqdefault.jpg)






