Copyright 2020
bash <(curl -sL http://pf9.io/get_cli)
pf9ctl cluster bootstrap MyFirstCluster
sudo apt-get install curl
sudo apt-get install git
**Get all the files in one folder and use "open in terminal"
sudo docker build -t astzko:v1 .
sudo docker images //show all images of your cluster
sudo docker run -d -p 80:80 astzko:v1
kubectl apply -f depl.yaml
kubectl apply -f serv.yaml
Asimakopoulos Alexandros (https://github.com/Alex-Asim)
Kouloglou Ioannis Omiros (https://github.com/GiannisKouloglou)
Tzitzios Ioannis (https://github.com/ioatzi)