An open API service indexing awesome lists of open source software.

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 🔥

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
```