Skip to content

Setup Tech Stack in Containers

meddlin edited this page Nov 15, 2019 · 1 revision

Docker will likely be phased out as the primary containerization platform in favor of Kubernetes. That will happen later in the project when it's ready for IoT, though.

Here you'll find: general how-to's for setting up the tech stack with Docker, and other useful things.

Install Docker

Convenience script

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

https://docs.docker.com/install/linux/docker-ce/ubuntu/

Kafka in Docker

https://blog.k2datascience.com/running-kafka-using-docker-332207aec73c

Docker

Cockroach DB: https://github.com/meddlin/cpat/wiki/CockroachDB-Getting-Started

Elasticsearch, Getting Started: https://github.com/meddlin/cpat/wiki/Docker-Elasticsearch-Getting-Started

Gitlab, Getting Started: https://www.linode.com/docs/development/version-control/install-gitlab-with-docker/#manage-the-gitlab-container

Clone this wiki locally