echo"Download, install and run opendatacam docker container"
sudo docker-compose up -d
}
function k8s_setup(){
echo"Deploying with Kubernetes"
command-v kubectl >/dev/null 2>&1 ||{echo>&2 "OpenDataCam requires Kubernetes, please install and retry.\nFor a Kubernetes for embedded go to https://k3s.io/";}