Cronicle icon indicating copy to clipboard operation
Cronicle copied to clipboard

Added k8s manifests

Open ckt114 opened this issue 5 years ago • 4 comments

Manifests to run Cronicle in Kubernetes.

ckt114 avatar Mar 01 '19 01:03 ckt114

@trankchung thanks for your contribution, I found it very useful. Can you please clarify the purpose of cronicle client deployment? I didn't find anything about it in cronicle documentation. Thanks in advance!

toshyak avatar Jul 31 '19 10:07 toshyak

@toshyak Cronicle designed using client/server model. In short, the master manages the jobs and the clients/slaves run the jobs. If no client then the master must be told it can run jobs. Having many clients allow distribution of loads.

ckt114 avatar Jul 31 '19 17:07 ckt114

@trankchung thanks for the response, now I got it!

toshyak avatar Aug 01 '19 11:08 toshyak

@trankchung , I have a question for you. When I deploy these yaml files on my microk8s, I noticed that the services show cluster IP but no external IP. Shouldn't the type for service be Loadbalancer for external access?

I am asking because I am not able to reach portal.

Palezvar avatar Nov 15 '22 00:11 Palezvar