Kubernetes cluster deployment on Azure

Kubernetes Docker Azure AKS

In this project walkthrough, I’ll be showing you how to setup a kubernetes cluster on Azure. The Kubernetes cluster will be hosting a simple website inside of a couple of docker containers. The goal of this project is to learn how to deploy a Kubernetes cluster onto Azure using their Kubernetes service called AKS (Azure Kubernetes Service). By the end of this project walkthrough, you’ll have full access to a Kubernetes cluster running on Azure and it will be hosting an application of your choice.

Read More

Website Containerization with Docker Project

Docker Cloud Nginx HTML

Successfully containerized a responsive static website using Docker. Learned and implemented Docker fundamentals. Configured Nginx web server within the container. Goal of this project was to learn more about docker and containerization. In this project documentation, I’ll be showing you how I sucessfully created a docker image that contains a static website running on Nginx. Once my docker image is ready, I’ll upload it to Dockerhub. Prerequisites: A static website saved locally Docker An account at Dockerhub Step 1: Create a Dockerfile inside of website’s root folder.

Read More