Docker Webbsite https://www.docker.com/
Docker Community: https://www.docker.com/community/
Update EC2 -Ubuntu instance
sudo apt update
Docker Webbsite https://www.docker.com/
Docker Community: https://www.docker.com/community/
Update EC2 -Ubuntu instance
sudo apt update
Task 2) Launch windows type of instance & do rdp connection for it
Task 3) Deploy IIS WebServer on Windows type of EC2 Instance.
Task 4) Deploy nginx server/apache2 server on linux type of instance.
sudo apt update -y
sudo apt install nginx -y
OR
sudo apt install apache2
docker run -p 5000:5000 in28min/hello-world-python:0.0.1.RELEASE
Check following link from web-browser http://localhost:5000
Minikube Installation and dependencies
Install Powershell on Windows https://github.com/PowerShell/PowerShell
Install Scoop on windows powershell
iwr -useb get.scoop.sh | iex
Then install kubectl using scoop
prequisite
linux, windows 16, 22, 12 server edition
networking - port numbers -- ssh 22 rdp - 3389 http - 80
networking, databases, compute, security - cloud
| Set-ExecutionPolicy RemoteSigned -Scope CurrentUser | |
| irm get.scoop.sh | iex |
| sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
| sudo dnf upgrade | |
| sudo yum install snapd | |
| sudo systemctl enable --now snapd.socket | |
| sudo ln -s /var/lib/snapd/snap /snap | |
| sudo snap install storage-explorer |
| sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
| ls | |
| unzip awscliv2.zip | |
| sudo ./aws/install | |
| sudo ./aws/install --update | |
| aws --version |
| sudo add-apt-repository ppa:inkscape.dev/stable | |
| sudo apt update | |
| sudo apt install inkscape |