https://github.com/stynw7/popularnetworktechnology-qualification
Software Laboratory Center (SLC) BINUS University Post Training - Popular Network Technoology Qualification 🔥
https://github.com/stynw7/popularnetworktechnology-qualification
azure azure-cli devops kubernetes network terraform
Last synced: 7 months ago
JSON representation
Software Laboratory Center (SLC) BINUS University Post Training - Popular Network Technoology Qualification 🔥
- Host: GitHub
- URL: https://github.com/stynw7/popularnetworktechnology-qualification
- Owner: StyNW7
- Created: 2025-09-17T08:48:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T10:47:21.000Z (7 months ago)
- Last Synced: 2025-09-17T12:39:40.379Z (7 months ago)
- Topics: azure, azure-cli, devops, kubernetes, network, terraform
- Language: TypeScript
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NW25-1 - Popular Network Technology Post Training Qualification
### Submission
1. Dockerfile
2. Infrastructure Code
3. Kubernetes YAML File
4. Documentation using the template given
The backend and frontend code already provided by the question
### How to run the application
```
1. az login
2. cd ./infrastructure/
3. terraform apply
4. cd ../
5. ./push_images.ps1
6. az aks get-credentials --resource-group linkasa-rg --name linkasa-aks-cluster
7. kubectl apply -f kubernetes/postgres.yaml
8. kubectl apply -f kubernetes/deployment.yaml
9. kubectl apply -f kubernetes/service.yaml
10. kubectl get pods --watch
11. kubectl get service frontend-service
```