Automatisch is a service that allows you to automate your Kubernetes deployments using GitHub. In this tutorial, we will go through the steps to install Automatisch on the latest version of Fedora CoreOS.
Before we begin, you will need the following:
First, log in to your Fedora CoreOS instance with a superuser account or a user that has sudo
privileges.
Ensure that all packages are updated by running the following command:
sudo dnf update -y
podman
package, which is required to run the Automatisch container:sudo dnf install podman -y
docker-compose.yml
file from the official Automatisch website by running the following command:sudo curl https://automatisch.io/docker-compose.yml -o /opt/docker-compose.yml
sudo mkdir /opt/automatisch
config.yml
in the /opt/automatisch
directory by running the following command:sudo nano /opt/automatisch/config.yml
config.yml
file:api:
url: https://api.automatisch.io
token: YOUR_API_TOKEN
github:
url: https://github.com/
api_url: https://api.github.com/
app_id: YOUR_GITHUB_APP_ID
app_secret: YOUR_GITHUB_APP_SECRET
container:
image: automatisch/agent:latest
pull_policy: always
Replace YOUR_API_TOKEN
, YOUR_GITHUB_APP_ID
and YOUR_GITHUB_APP_SECRET
with your Automatisch API token and GitHub app ID and secret.
Save and exit the config.yml
file by pressing CTRL+X
, then Y
.
Navigate to the /opt
directory and start the Automatisch container using the docker-compose.yml
file by running the following command:
cd /opt && sudo podman-compose up -d
Congratulations! You have successfully installed Automatisch on the latest version of Fedora CoreOS. You can now use Automatisch to automate your Kubernetes deployments using GitHub.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!