Tagged in

Cloud Computing

Hepta Analytics Blog
Hepta Analytics Blog
Stories about going beyond information.
More information
Followers
35
Elsewhere
More, on Medium

Save Kubernetes Deployment Cost Using Nginx Ingress

Previously I have written about creating a Kubernetes cluster on AWS as well as on bare metal servers
 Both of these setups require you to expose your application to the public and that comes with cost implications. Let me start with a…


Creating YAML Deployment File Using Kubectl

Last time I outlined steps of creating a kubernetes cluster and deploying a test image on AWS here.
Today lets talk about preparing your deployment yaml files by running one command. This can save you a lot of time creating and debugging your yaml file…