Skip to content

Commit 703303b

Browse files
committed
Welcome to Stack Simplify
1 parent df450af commit 703303b

File tree

9 files changed

+59
-18
lines changed
  • 22-Azure-AKS-Autoscaling/22-02-Azure-AKS-HPA-Horizontal-Pod-Autoscaler
  • 23-AKS-Production-Grade-Cluster-Design-using-az-aks-cli
    • 23-01-Create-AKSCluster-with-az-aks-cli
    • 23-02-Create-Linux-Windows-Virtual-NodePools
    • 23-03-k8s-NodeSelectors-Deploy-Apps-Windows-Linux
  • 24-Azure-AKS-Terraform

9 files changed

+59
-18
lines changed

22-Azure-AKS-Autoscaling/22-02-Azure-AKS-HPA-Horizontal-Pod-Autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EKS - Horizontal Pod Autoscaling (HPA)
1+
# Azure AKS - Horizontal Pod Autoscaling (HPA)
22

33
## Step-01: Introduction
44
- What is Horizontal Pod Autoscaling?

23-AKS-Production-Grade-Cluster-Design-using-az-aks-cli/23-01-Create-AKSCluster-with-az-aks-cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Create Azure AKS Cluster using AZ AKS CLI
2+
13
## Step-01: Introduction
24
- Design a Production grade cluster using command line
35
- az aks cli

23-AKS-Production-Grade-Cluster-Design-using-az-aks-cli/23-02-Create-Linux-Windows-Virtual-NodePools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create Linux, Windows and Virtual Node Pools
1+
# Create Azure AKS Linux, Windows and Virtual Node Pools
22

33
## Step-01: Introduction
44
- Enable Virtual Nodes (Serverless)

23-AKS-Production-Grade-Cluster-Design-using-az-aks-cli/23-03-k8s-NodeSelectors-Deploy-Apps-Windows-Linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deploy Apps
1+
# Deploy Apps to Azure AKS Linux, Windows and Virtual Node Pools
22

33
## Step-01: Introduction
44
- Understand Kubernetes Node Selector concept

24-Azure-AKS-Terraform/24-01-Terraform-Commands-Basics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terraform Basics
1+
# Terraform Command Basics
22

33
## Step-01: Introduction
44
- Install Terraform

24-Azure-AKS-Terraform/24-03-Create-AKS-Cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Provision AKS Cluster using Terraform
1+
# Provision Azure AKS Cluster using Terraform
22

33
## Step-01: Introduction
44
- Create SSH Keys for AKS Linux VMs

24-Azure-AKS-Terraform/24-04-Create-AKS-NodePools-using-Terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create AKS Cluster Linux and Windows Node Pools
1+
# Create Azure AKS Cluster Linux and Windows Node Pools
22

33
## Step-01: Introduction
44
- Create Windows and Linux Nodepools

24-Azure-AKS-Terraform/24-05-Create-AKS-Cluster-Custom-VNET/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create AKS Cluster using Custom Virtual Network
1+
# Create Azure AKS Cluster using Custom Virtual Network
22

33
## Step-01: Introduction
44
- Create a Custom Virtual Network and Subnet

README.md

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,56 @@
88
| 2. | [Docker Fundamentals](https://github.com/stacksimplify/docker-fundamentals) |
99
| 3. | Imperative Method: Kubernetes Fundamentals using kubectl |
1010
| 4. | Declarative Method: Kubernetes Fundamentals using YAML |
11-
| 5. | Declarative Method: Kubernetes Fundamentals using YAML |
12-
13-
## Course Modules
14-
1. Create Azure AKS Cluster using Azure Portal
15-
2. [Docker Fundamentals](https://github.com/stacksimplify/docker-fundamentals)
16-
3. Imperative Method: Kubernetes Fundamentals using kubectl
17-
4. Declarative Method: Kubernetes Fundamentals using YAML
18-
5. Declarative Method: Kubernetes Fundamentals using YAML
19-
20-
21-
11+
| 5. | Azure Disks for AKS Storage |
12+
| 5.1 | Custom Storage Class, PVC and PV |
13+
| 5.2 | AKS default Storage class, PVC and PV |
14+
| 5.3 | User Management Web Application Deployment with MySQL as storage using Storage Class, PVC and PV |
15+
| 6. | Azure MySQL for AKS Storage |
16+
| 7. | Kubernetes Secrets |
17+
| 8. | Azure Files for AKS Storage |
18+
| 9. | Ingress Basics |
19+
| 10. | Ingress Context path based Routing |
20+
| 11. | Azure DNS Zones - Delegate domain from AWS to Azure |
21+
| 12. | Ingress and External DNS with Azure DNS Zones|
22+
| 13. | Ingress Domain Name based Routing with External DNS |
23+
| 14. | Ingress SSL with LetsEncrypt |
24+
| 15. | Kubernetes Requests & Limits |
25+
| 16. | Kubernetes Namespaces |
26+
| 16.1 | Kubernetes Namespaces - Imperative |
27+
| 16.2 | Kubernetes Namespaces - Limit Range |
28+
| 16.3 | Kubernetes Namespaces - Resource Quota |
29+
| 17 | Azure Virtual Nodes for AKS |
30+
| 17.1 | Azure Virtual Nodes Basics |
31+
| 17.2 | Azure AKS Virtual Nodes Mixed Mode Deployments |
32+
| 18 | Azure Container Registry for AKS |
33+
| 18.1 | Integrate Azure Container Registry ACR with AKS |
34+
| 18.2 | Azure AKS Pull Docker Images from ACR using Service Principal |
35+
| 18.3 | Pull Docker Images from ACR using Service Principal and Run on Azure Virtual Nodes |
36+
| 19 | Azure DevOps with AKS Cluster |
37+
| 19.1 | Azure DevOps - Build and Push Docker Image to Azure Container Registry |
38+
| 19.2 | Azure DevOps - Build, Push to ACR and Deploy to AKS |
39+
| 19.3 | Azure DevOps - Create Starter Pipeline |
40+
| 19.4 | Azure DevOps - Release Pipelines |
41+
| 20 | Azure AKS - Enable HTTP Application Routing AddOn |
42+
| 21 | Azure AKS Authentication with Azure AD and Kubernetes RBAC |
43+
| 21.1 | Azure AKS Cluster Access with Multiple Clusters |
44+
| 21.2 | Azure AD Integration with Azure AKS for Authentication |
45+
| 21.3 | Kubernetes RBAC Role & Role Binding with Azure AD on AKS |
46+
| 21.4 | Kubernetes RBAC Cluster Role & Role Binding with AD on AKS |
47+
| 22 | Azure AKS Cluster Autoscaling |
48+
| 22.1 | Azure AKS - Cluster Autoscaler |
49+
| 22.2 | Azure AKS - Horizontal Pod Autoscaler HPA |
50+
| 23 | Azure AKS Production Grade Cluster Design using AZ AKS CLI |
51+
| 23.1 | Create Azure AKS Cluster using AZ AKS CLI |
52+
| 23.2 | Create Azure AKS Linux, Windows and Virtual Node Pools |
53+
| 23.3 | Deploy Apps to Azure AKS Linux, Windows and Virtual Node Pools|
54+
| 24 | Provision Azure AKS Clusters using Terraform |
55+
| 24.1 | Terraform Command Basics |
56+
| 24.2 | Terraform Language Basics |
57+
| 24.3 | Provision AKS Cluster using Terraform |
58+
| 24.4 | Create AKS Cluster Linux and Windows Node Pools |
59+
| 24.5 | Create Azure AKS Cluster using Custom Virtual Network |
60+
| 25 | Provision Azure AKS using Terraform & Azure DevOps |
2261

2362
## Azure Services Covered
2463

0 commit comments

Comments
 (0)