-
Deploying a Kubernetes environment with MicroK8S and Rancher
After securely connected to VPS, Mostly of development and deployment can be done with traditional stuffs, something likes install nginx/apache, build source code and upload to the server via SFTP or git. To make it easy for deloyment task, using Docker images and for self-practice in DevOps field, I decided to use Kubernetes and begining…
-
Best Practices for Securing Remote Connections (SSH) to VPS
Recent days, I have purchased a VPS linux-based for LABS. This is my diary regrading to the LABS. From a security standpoint, it\’s recommended all customers to use SSH Keys instead of traditional passwords while connecting via SSH. SSH Keys are like a "keycard" to access your server without a password. Download PuTTY (includes PuTTY…