AWS Systems Manager Parameter Store provides secure storage for configuration data management and secrets management, which allows you to store sensitive iformation like passwords that you can encrypt with your KMS key. Today we will use Amazon Web Services SSM
Setup a 3 Node Kubernetes Cluster on Ubuntu
Setup a 3 Node Kubernetes Cluster on Ubuntu 16.04 What is Kubernetes? As referenced from their website: "Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications." Our Setup: For this setup I
Guide to Setup Ranchers Convoy Volume Driver for Docker Swarm with NFS
In this post we will setup Rancher's Convoy Storage Plugin with NFS, to provide data persistence in Docker Swarm. The Overview: This essentially means that we will have a NFS Volume, when the service gets created on Docker Swarm, the
Setup a KVM Hypervisor on Ubuntu to Host Virtual Machines
Today we will setup a KVM (Kernel Virtual Machine) Hypervisor, where we can host Virtual Machines. In order to do so, your host needs to Support Hardware Virtualization. What we will be doing today: Check if your host supports Hardware
Using getpass in Python to accept passwords from stdin without echoing it back
Using raw_input in python expects standard input, which echo's it back after enter is executed, below is an example: >>> word = raw_input("What is the word? \n") What is the word? football >>
Authenticate to your AWS RDS MySQL Instance via IAM
On Amazon Web Services with RDS for MySQL or Aurora with MySQL compatibility, you can authenticate to your Database instance or cluster using IAM for database authentication. The benefit of using this authentication method is that you don't need to
Setup a NFS Server on Ubuntu
Quick post on how to setup a NFS Server on Ubuntu and how to setup a mount point on the client side to interact with the NFS Server. Server Side: In this post 10.8.133.83 will be the
Setup a Site to Site IPSec VPN with Strongswan on Ubuntu
Today we will setup a Site to Site ipsec VPN with Strongswan, which will be configured with PreShared Key Authentication. After our tunnels are established, we will be able to reach the private ips over the vpn tunnels. window.dojoRequire(
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!