Skip to content

Commit

Permalink
Add new hands-on project (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Apr 9, 2024
1 parent f51fd33 commit 842a7ef
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 409 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@

## Getting Started 🚀

- Official doc: https://kubernetes.io/
- Basics: https://github.com/tungbq/devops-basics/tree/main/topics/k8s
- Official doc: [here](https://kubernetes.io/)
- K8s Basics: [here](https://github.com/tungbq/devops-basics/tree/main/topics/k8s)

## Project
## Hands-on projects 💥

| ID | Content | URL | Status |
| :-- | :------------------------------------------ | :---------------------------------------- | :------ |
| 01 | Create fresh AKS k8s cluster with terraform | [aks-fresh-cluster](./aks-fresh-cluster/) | ✔️ Done |
| 02 | Deploy MYSQL on AKS | [aks-mysql](./aks-mysql/) | ✔️ Done |
| ID | Content | URL | Status |
| :-- | :--------------------------------------------- | :----------------------------------------------------------------------------- | :------ |
| 01 | Provision fresh AKS k8s cluster with terraform | [aks-fresh-cluster](./hands-on/aks-fresh-cluster/) | ✔️ Done |
| 02 | Deploy MYSQL on AKS | [aks-mysql](./hands-on/aks-mysql/) | ✔️ Done |
| 03 | Deploy basic microservices | [basic-microservices-application](./hands-on/basic-microservices-application/) | ✔️ Done |
82 changes: 0 additions & 82 deletions aks-fresh-cluster/.terraform.lock.hcl

This file was deleted.

100 changes: 0 additions & 100 deletions aks-fresh-cluster/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions aks-fresh-cluster/main.tf

This file was deleted.

42 changes: 0 additions & 42 deletions aks-fresh-cluster/outputs.tf

This file was deleted.

26 changes: 0 additions & 26 deletions aks-fresh-cluster/providers.tf

This file was deleted.

44 changes: 0 additions & 44 deletions aks-fresh-cluster/specify-service-cred.sh

This file was deleted.

24 changes: 0 additions & 24 deletions aks-fresh-cluster/ssh.tf

This file was deleted.

Loading

0 comments on commit 842a7ef

Please sign in to comment.