I'm trying to send the resource to Container using the Kubernetes CLI.
The following is what I use to send jobs.
kubectl -n namespace create -f
In fact, I am running this on a LINUX server that would meet the requirements of the application team and provide this service for users to use it.
The challenge is that I do not want to store the configuration files of the application equipment (.yml /.json) on the LINUX server and call it from LOCALPATH instead, call the configuration file remotely.
I think of BITBUCKET, could someone help me in how we can call the file from a remote location so that KUBECTL can accept it?
Appreciate your time and effort