Solution for Voting Application Table of Contents Map Namespace Creation Switch to Namespace Deployment files Map Namespace Creation kubectl create namespace vote Switch to Namespace kubectl config set-context --current --namespace=vote Deployment Files Vote Deployment Vote Service Redis Deployment Redis Service Worker DB Deployment DB Service Result Deployment Result Service