Skip to content

Latest commit

 

History

History

how-to

This page will explain how to setup what you need to setup.

How to setup local kuberenetes cluster?

  1. Install Docker
  2. Install Virtualbox
  3. Install minikube
  4. Install kubectl
  5. Install helm

How to setup basic monitoring in cloud?

How to Setup your personal cloud?

How to access AWS EC2?

How to setup ssh and clone github repository through ssh?

  1. Create ssh - key ssh-keygen -t rsa
  2. copy the generated RSA content to ssh settings in github dashboard.
  3. eval ssh-agent
  4. ssh-add