Jimmie Butler
Jimmie's Mostly Tech Blog

Jimmie's Mostly Tech Blog

Follow
homeKubernetesGolangMLTravelContactnewsletter
Tag

infrastructure

#infrastructure

More content

Read more stories on Hashnode


Articles with this tag

K8s: Zero-downtime deployments

Oct 27, 20214 min read

With testing! ยท First off let's define what zero-downtime deployments are. I'll define it as follows zero downtime deployments = having no additional...

K8s: Zero-downtime deployments

K8s Basics: Getting started with Terraform and GKE

Oct 10, 20218 min read

Terraform is a technology for managing infrastructure as code. Many projects would benefit greatly from using it to manage infrastrucutre. GKE is...

K8s Basics: Getting started with Terraform and GKE

9 tips for writing better micro-services

Oct 2, 20213 min read

1 - Stateless services Stateless services are trivial to scale compared to stateful services. Be mindful of where you persist state and why. To...

9 tips for writing better micro-services