Cruize FAQs
1. Can my Cloud Vault credentials be used by CH-Appliance elsewhere?
- Ans:
- NO. They are exclusively used only for Cruize tasks as needed.
2. Does CH-Appliance support service mesh?
- Ans:
- Currently this is not supported.
3. How can I decide the container CPU and memory settings?
- Ans:
- The discovery of host detects the CPU/Memory usage of an application. This will be used for cap the usage in container. However this feature will be available in future.
4. Is it possible to add environment variable file to create service in blueprint?
- Ans:
- Yes. You can use the UI to specify the environment variables.
5. How to use PVC?
- Ans:
- PVC is a Kuberbetes feature which allows some portion of the storage to be mounted inside the pod. Before deploying an environment, you need to make sure that the PVC must be available on the given BYOC cluster.
6. Can I use my existing Namespace?
-
Ans:
-
Yes, existing namespace can be used for the environment deployment. However, a new dedicated namespace is highly recommended to isolate and bifurcate the environments.
7. What is environment deletion?
-
Ans:
-
Environment deletion is similar to uninstalling an application from the cluster.
- This option:
- Deletes the deployment from the cluster.
- Deletes the Namespace and all the resources in the given namespace.
- This is a permanent change to the Namespace.
8. How do we get data after pod gets running ? where is the data ?
- Ans:
- Volume mounts for App & DB containers is in plan.
9. When docker image gets updated, how to upgrade or redeploy it ?
- Ans:
- Using OmniDeq Cruize and OmniDeq CLI one can upgrade and redeploy new images.
10. What about dynamic provisioning of the cluster nodes ?
- Ans:
- Not yet supported by OmniDeq Cruize. Till the time this feature is available, this will be part of managed services.
11. Will OmniDeq manage the container configuration part or do we have to provide manually ?
- Ans:
- OmniDeq cruize manages it.__
12. Is there Cloud Shell feature to access K8s cluster from OmniDeq UI ?
- Ans:
- No.
13. What about monitoring tools' integration and licensing subscription with K8s based cluster ?
- Ans:
- We provide a feature with Prometheus, Dynatrace, NewRelic and DataDog container deployment with cluster creation.
14. What are the specific permissions to create K8s cluster on AWS ?
- Ans:
- As per kubernetes installation process following permissions needed:
- AmazonEC2FullAccess
- AmazonRoute53FullAccess
- AmazonS3FullAccess
- IAMFullAccess
- AmazonVPCFullAccess
- As per kubernetes installation process following permissions needed: