Containers, microservices, and service meshes
A developer's perspective on how service meshes could have solved challenges in early container and microservices platforms like dotCloud.
A developer's perspective on how service meshes could have solved challenges in early container and microservices platforms like dotCloud.
A guide to customizing CircleCI for R projects, covering workflows, caching packages, and code coverage.
Learn how to prevent secrets like SSH keys and API tokens from being leaked into your final Docker images using multi-stage builds and secrets management.
A curated list of security auditing and offensive tools for Docker, Kubernetes, AWS, GCP, and Git, with usage guides and an Ansible role.
A guide to painless end-to-end testing for web apps using Docker and Playwright, avoiding complex setups and paid services.
Explains the security and performance differences between Docker's COPY and ADD commands, recommending COPY for safer image builds.
A tutorial on deploying a Swift HTTP server as a serverless container to Google Cloud Run using Docker, covering setup and deployment steps.
A guide on implementing Docker security best practices for Node.js, focusing on using non-root users to minimize attack surfaces.
A guide on running PHP 8 with JIT compilation enabled using a custom Docker image, including performance testing.
A guide to running ASP.NET Core integration tests with SQL Server in Docker containers within Azure Pipelines, solving container readiness issues.
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 setting up a local OpenFaaS development environment using KinD (Kubernetes in Docker) for lightweight, containerized Kubernetes.
A guide on using CircleCI for continuous integration testing of R packages and projects, highlighting its advantages over Travis CI and AppVeyor.
Explains how to run ASP.NET Core applications in Docker containers with a read-only file system for enhanced security, including a workaround for a known issue.
A guide to using Docker multi-stage builds and docker-compose for efficient containerization of Go web server projects.
A developer's detailed walkthrough of configuring Azure DevOps to build a Docker image and push it to a private Docker Hub repository.
A developer shares their journey and challenges adding Docker support to an ASP.NET Core SPA with Angular, including issues with Node.js and node-sass.
A design doc for a secure, multi-tenant container orchestrator to run isolated third-party code, focusing on security layers and OS requirements.
A guide to configuring a Java Gradle project for deployment to a Nexus Maven repository, including signing artifacts and managing dependencies.