-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path90-bonus-exercises.sh
49 lines (43 loc) · 970 Bytes
/
90-bonus-exercises.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#################################
# ____
# | __ ) ___ _ __ _ _ ___
# | _ \ / _ \| '_ \| | | / __|
# | |_) | (_) | | | | |_| \__ \
# |____/ \___/|_| |_|\__,_|___/
# Exercises
#################################
# Exercise 1:
# -----------
# Block traffic for port 80 to spoke1.
# Test and verify.
# (Remove block after testing)
#
# Exercise 2:
# -----------
# Add route table to "hub" and prevent routing to internet.
# Test and verify.
#
# Exercise 3:
# -----------
# Peer spoke1 and spoke2.
# Test and verify.
# (Remove peering after testing)
#
# Exercise 4:
# -----------
# Change ACR to be private and accessible inside AKS virtual network.
#
# Exercise 5:
# -----------
# Enable Private DNS Zone usage in Hub virtual network
#
# Exercise 6:
# -----------
# Test scaling:
# - Deployment of "network-app" to e.g., 100 instances
# - Cluster nodes
# - Auto-scale vs. Manual
#
# More information:
# https://github.com/JanneMattila/playground-aks-scaling
#