Amazon Elastic IP The maximum number of addresses has been reached.
When assigning Elastic IP in Amazon AWS, I get an error The maximum number of addresses has been reached. This is because…
When assigning Elastic IP in Amazon AWS, I get an error The maximum number of addresses has been reached. This is because…
Install LetsEncrypt SSL on Bitnami To stop/start service use ctlscript.sh root@ip-172-31-26-46:~# /opt/bitnami/ctlscript.sh usage: /opt/bitnami/ctlscript.sh help /opt/bitnami/ctlscript.sh (start|stop|restart|status) /opt/bitnami/ctlscript.sh (start|stop|restart|status) mysql /opt/bitnami/ctlscript.sh (start|stop|restart|status)…
Amazon EFS can be used to mount same drive on multiple EC2 instances allowing you to make the website scale on multiple…
By default when you create a Compute Engine virtual machine in Google Cloud, you get public IP address. This IP address changes…
Rancher is an open source container management platform. https://rancher.com To install rancher, you need to install docker. Once you have docker installed…
To install master on Ubuntu 16.04, lets start by installing docker. apt-get update apt-get install -y docker.io Now install kubeadm apt-get update…