I am trying to submit the resource to Container using Kubernetes CLI.
The below is what I use to submit jobs.
kubectl -n namespace create -f <manifest file PATH>
I am actually running this on a LINUX server which would meet application team requirement and provide this service for the users to use it.
The Challenge is I don't want to store the application teams Configuration files(.yml/.json) in the LINUX server and call it from the LOCALPATH instead call the configuration file remotely.
I think of BITBUCKET. Can someone please assist me on how we can call the file from remote location so that kubectl can accept it?
Appreciate your time and effort.