Putting Kafka Connect passwords in a separate file / externalising secrets
A guide to securely externalizing secrets like passwords in Kafka Connect configuration using KIP-297 and the FileConfigProvider.
A guide to securely externalizing secrets like passwords in Kafka Connect configuration using KIP-297 and the FileConfigProvider.
A tutorial on containerizing a Vue.js application using Docker, Docker Compose, and Docker Machine for development and production environments.
A tutorial on containerizing an Angular application using Docker and Docker Compose for both development and production environments.
A tutorial on using the Elasticsearch 7.0 Go client with Docker to set up a development cluster and build a web API.
A guide to using Docker multi-stage builds and docker-compose for efficient containerization of Go web server projects.
A guide on diagnosing and resolving Docker disk space issues on macOS, focusing on container logs and cleanup commands.
A technical guide sharing practical Docker and Docker Compose tips for working with Apache Kafka, Kafka Connect, and ksqlDB environments.
Fixing a Docker Compose interpolation error by escaping the $ character in a multi-line command.
A guide on implementing read-only file systems in Docker containers for enhanced security, covering CLI and Docker Compose methods.
A technical guide on using Docker, Nginx, and Docker Compose to host multiple websites with SSL on a single VPS via a reverse proxy setup.
Explains how to add custom hostname entries to Docker containers using both docker run and Docker Compose.
A guide on deploying and using the Gnocchi metrics storage system with Docker, Docker Compose, Grafana, and collectd.
A tutorial on building a microservices development environment using Docker, Node.js, React, and Docker Compose.
A tutorial on using Docker and Docker Compose to develop, configure, and test microservices locally, including debugging and workflow tips.
A guide to using Docker Compose for orchestrating multi-container applications, covering setup, configuration, and best practices.
Part 11 of a Docker tutorial series, focusing on using Docker Compose to manage and run a complete multi-container web application stack.
Part 7 of a Docker tutorial series: creating a custom MongoDB container image for a website's persistence layer.
Part 5 of a series on building a website with Docker, focusing on creating a Docker Compose file to define and run the multi-container application.
Part 4 of a Docker series: Planning a multi-container architecture for a website using nginx reverse proxies and web servers.
Part 3 of a tutorial series on installing Docker and Docker Compose to set up a website, covering system requirements and configuration steps.