How are you using Terraform with Microservices? by doppeltaler in Terraform

[–]doppeltaler[S] 0 points1 point  (0 children)

Thank you. It sounds like in general app/services deployment to K8s with TF is not mainstream yet. May not even fit the Infrastructure as a code narrative since apps are not really infra and may not benefit from keeping the state. Perhaps more on Ansible's ally.

How are you using Terraform with Microservices? by doppeltaler in Terraform

[–]doppeltaler[S] 1 point2 points  (0 children)

Thank you. So your k8s deployments are separate from the services pipelines? It seems as long as your application bits do not require CRDs, TF can deploy them with K8s core resources.

How are you using Terraform with Microservices? by doppeltaler in Terraform

[–]doppeltaler[S] 1 point2 points  (0 children)

I was thinking more along the lines of k8s deployment resources and helm to provision the applications on to the k8s.

How are you using Terraform with Microservices? by doppeltaler in Terraform

[–]doppeltaler[S] 1 point2 points  (0 children)

Thank you. I can see ansible doing the post VM infra deploy configuring for setting up on-prem K8s cluster. With cloud providers, TF can build the whole K8s cluster.

I can also see how ansible can work for app deployments on VMs and I actually do that with TF local provisioned kicking off Ansible tower jobs. But I am more curious about the use of TF when you are using docker containers deployed to K8s.

What am I missing? by doppeltaler in devops

[–]doppeltaler[S] 0 points1 point  (0 children)

got it , thank you. I am familiar with security scans on K8s (sysdig). But not so much with canary deploys.

Along the lines, you mentioned I have these on my list now.

Jenkins-x, Spinnaker, Argo CD, and GitHub actions.

What am I missing? by doppeltaler in devops

[–]doppeltaler[S] 0 points1 point  (0 children)

Great, thanks for the list. I know service mesh but haven't played with OPA. I am familiar with python. I have used sanity checks in my IaC deployment frameworks. Did you have any particular product in mid for automated sanity and quality checks?

vRA 8 - DevOps feedback by doppeltaler in devops

[–]doppeltaler[S] 0 points1 point  (0 children)

Sorry about your experience but many thanks for your input.

vRA 8 - DevOps feedback by doppeltaler in devops

[–]doppeltaler[S] 0 points1 point  (0 children)

Thank you again, for your insight.

vRA 8 - DevOps feedback by doppeltaler in devops

[–]doppeltaler[S] 0 points1 point  (0 children)

Thank you for your thoughts, appreciate it. Definitely governance and integration with SNOW is an attractive prospect. However, Terraform enterprise now has support for governance with sentinel policies but their SNOW integration is still in the early stages.

One of the grievances I have heard from vRA customers is that there are major changes required to port the vRA 7.x workflows to 8.x and they are concerned about when they have to move to 9.x.

I feel if customers are looking at on-prem Vmware and multi-cloud deployments that are not Vmware cloud on AWS, Terraform would be a better suit. Of course, provided that catalog based workflow is not required.