DEV Community

Discussion on: What are you learning?

Collapse
 
ballpointcarrot profile image
Christopher Kruse

I just spent the evening diving into Kubernetes. Trying to get a service spun up (using MySQL as an example - brings in interesting problems like "how do I manage user/password combos" and "how do I not lose data when it stops?").

Next up is to play around with Terraform, so I can compare that with CloudFormation as a method for defining Infra as Code.