Persistent Storage in AKS using Azure Disks: Deploying MySQL with a WebApp via LoadBalancer
From StorageClass to LoadBalancer, building a fully functional MySQL-backed web application on AKS.

Search for a command to run...
Articles tagged with #kubernetes
From StorageClass to LoadBalancer, building a fully functional MySQL-backed web application on AKS.

Deployed a complete 3-tier application to Kubernetes cluster. Cluster created by Kops(Kubernetes Operations) tool. K8S|Kops|AWS|Docker

Automation of cluster creation via Kops in AWS. Kops|Kubernetes|AWS

Scalable Deployment of Reddit Clone app from Opensource using Kubernetes & Docker. EC2|Kubernetes|Docker|CI|Git|Minikube|Kubectl

What is Deployment? A Deployment is a higher-level object in the Kubernetes object model that manages the creation and updates of Pods. A Deployment ensures that a specified number of replicas of a Pod are running at any given time, and automatically...

Kubernetes architecture & Setup with Minikube, Node vs POD, POD configuration & App Deployment.
