April 2020
12
Considerations when deploying to Docker and Kubernetes
No Comments
An overview of common pitfalls when you start to incorporate containerization with Docker and Kubernetes in your development
Reading makes a full man, conference a ready man, and writing an exact man / Francis Bacon
An overview of common pitfalls when you start to incorporate containerization with Docker and Kubernetes in your development
Here I gathered answers to small pitfalls which from time to time appears because you’re not doing some actions often. Such actions include using of .dockerignore, mounting files, SSL certificates for web servers in containers,
Concise guide with commands about deploying .NET Core application to local k8s.