Ignite cluster is deployed on Kubernetes environment with 2 instance of server. Webconsole frontend, backend, & webagent is also running in kubernetes under same namespace.
Using ignite webconsole i have imported metadata of postgresql(RDBMS) i have imported schema information of database, on configuration page created the caches & sqlschema & downloaded the project. As my ignite server is running in container environment i cannot deploy the jars files on running container build using project files from webconsole. how the configuration can be deployed/configured for loading cache from 3rd party persistence storage in container environment. Do i need to pass the cachedatabase.xml file which was created during cache configuration from webconsole to running ignite server. please suggest
