Docker for Windows: Deploying a docker-compose app to local Kubernetes
This is part of a series on moving from desktop Linux back to Windows. The first post is here. The previous post is here. Note: This post assumes familiarity with Docker and a working Docker for Windows environment (perhaps from reading the previous post), and at least a basic understanding of what Kubernetes is. It does not assume any experience with Kubernetes. Introduction Recently, Docker announced that Docker for Windows has started bundling an integrated Kubernetes, so that we can more easily experiment locally with deploying to Kubernetes in a similar manner as we might deploy to a proper Kubernetes environment. … Continue reading Docker for Windows: Deploying a docker-compose app to local Kubernetes