discord
Deploy Evobot On Kubernetes
Evobot is a Discord Music Bot written in NodeJS. From the github page, it’s describe as “a Discord Music Bot built with discord.js & uses Command Handler from discordjs.guide” This is pretty simple to deploy as we don’t need to create any persistent storage or any services. We only need to create the deployment file, a secret, configmap, and namespace. Let’s start off by making the evobot folder in the ~/k3s/ directory with $ mkdir ~/k3s/evobot/ »