docker

Dev Ops

Ingest NGINX container access logs to ElasticSearch using Fluentd and Docker

This is an example on how to ingest NGINX container access logs to ElasticSearch using Fluentd and Docker. I also added Kibana for easy viewing of the access logs saved in ElasticSearch.

Read

Asynchronous Processing with Go using Kafka and MongoDB

Asynchronous Processing with Go Microservices using Kafka and MongoDB

Read
Dev Ops

Converting a MongoDB Docker Compose file to a Kubernetes Deployment

Learn to convert a MongoDB Docker Compose file to a Kubernetes Deployment

Read
Dev Ops

My First Experience with Neo4J - running in Docker

Running Neo4J Graph Database in Docker

Read

My First Go Microservice using MongoDB and Docker Multi-Stage Builds

Create a Microservice using MongoDB and Docker Multi-Stage Builds

Read
Dev Ops

Docker Stack with Traefik

Run Traefik using docker-stack

Read
Dev Ops

Docker Stack with the official ElasticSearch, Kibana

Run the official ElasticSearch, Kibana using Docker Stack

Read

Using Docker Data Volume with a MySQL container

Based on some discussions online, they are saying that it is best to have your data used by other docker containers in a separate container which they call a 'Data Volume Container'.

Read

Introduction to Go Modules in Go v1.11, Goodbye GOPATH!

Based on some discussions online, they are saying that it is best to have your data used by other docker containers in a separate container which they call a 'Data Volume Container'.

Read