Introduction
|
Kubernetes is an orchestrator of containers. It is most useful when it is run in a cluster of computers.
Commercial K8s clusters are a good option for large computing needs.
We can run our containerized CMSSW jobs and subsequent analysis workflows in a K8s cluster.
|
Getting started with Argo and Kubectl
|
kubectl is the ruler of GKE
Argo is a very useful tool for running workflows and parallel jobs
To be able to write, read and extract data, a few services/resources need to be set up on the GCP
|
Demo: Creating a cluster
|
|
Demo: Storing a workflow output on Kubernetes
|
|
Demo: Deploy a Webserver
|
|
Cleaning up
|
|