Browse Source

feat(cloud-kube): add specific question to test k8s cluster

pull/2435/head
nprimo 4 months ago committed by Niccolò Primo
parent
commit
468e3a0ffe
  1. 10
      subjects/devops/cloud-kube/audit/README.md

10
subjects/devops/cloud-kube/audit/README.md

@ -64,7 +64,15 @@ Review the student's architecture design, ensuring that it meets the project req
###### Are all the microservices running as expected in the cloud environment?
##### Test CRUD (create, read, update and delete) operations for the `invenotry app` microservice.
##### Ask the student to run the command `kubectl get services`.
###### Are there enough services deployed to allow proper communication between the pods and the internet?
##### Ask the student to run the command `kubectl get pvc` or `kubectl get pv`.
###### Are there enough persistent volumes (or volumes claims) per each database defined in the application?
##### Test CRUD (create, read, update and delete) operations for the `inventory app` microservice.
###### Is everything working as expected?

Loading…
Cancel
Save