Dev
Dev
Suppose we have a WordPress Helm chart where the application is containerized and for database a managed offering is used (such as RDS). Imagine that provisioning of the RDS instance...
From a monitoring perspective, we need a general approach that will work for any Cloud-hosted service. One way to achieve this will be to use the application-specific metrics tracking (#863)....
We can revisit this feature once we have implemented application-specific metrics tracking. Therefore, closing this issue for now.
Check https://github.com/cloud-ark/kubeplus/blob/master/examples/multitenancy/managed-service/appday2ops/steps.txt got an example.
High-level steps: 1. Follow the structure of https://github.com/cloud-ark/kubeplus/blob/master/tests/tests.py#L80 for creating the test. Use relative paths to refer to the ResourceComposition file and tenant yaml. 2. Name the test "test_application_upgrage" 3....
Completed.
Check how to use Minikube with Github actions: https://minikube.sigs.k8s.io/docs/tutorials/setup_minikube_in_github_actions/
Completed as part of #1291
Probably you are right. Check what permissions you have: https://kubernetes.io/docs/reference/access-authn-authz/authorization/#checking-api-access
Testing