#!/bin/bash kubectl create namespace veritas kubectl apply -f deployment.yml kubectl apply -f service.yml kubectl apply -f statefulset.yaml