Install following:
Docker: Download and install Docker Desktop for your operating system (Windows, macOS, or Linux) from the official Docker website: https://www.docker.com/products/docker-desktop. Follow the installation instructions provided for your specific platform.
Python 3: Download and install Python 3 for your operating system from the official Python website: https://www.python.org/downloads/. Ensure that you select the "Add Python to PATH" option during the installation process.
Python PIP: PIP should be included with the Python 3 installation. If it's not, follow the installation instructions at https://pip.pypa.io/en/stable/installation/.
AWS CLI: Download and install the AWS CLI for your operating system by following the instructions at https://aws.amazon.com/cli/.
Visual Studio Code: Download and install Visual Studio Code for your operating system from the official website: https://code.visualstudio.com/download.
kubectl: Download and install kubectl by following the instructions for your operating system in the official Kubernetes documentation: https://kubernetes.io/docs/tasks/tools/install-kubectl/.
Helm: Download and install Helm by following the instructions for your operating system at https://helm.sh/docs/intro/install/.
git CLI: Download and install Git for your operating system from the official Git website: https://git-scm.com/downloads.
GitHub account: If you don't already have a GitHub account, create one at https://github.com/join.