HUG Speaker Content and Labs

:wave:t2:

Here’s an interactive workshop we put together to show how you can use Terraform on Azure to provision different kinds of services - the end result will be a web server showing a random value running on either Azure App Service, Azure Container Instance or in Kubernetes on AKS (Azure Kubernetes Service).

1 Like

Here’s the content for a 2-hour introduction to Terraform workshop! We had a lot of beginners who never used Terraform and they found it very useful. We used the Kubernetes provider as an example since not all of them could sign up for a cloud provider.

@mishra and I also did a hands-on with Vault on Kubernetes workshop. While there is now an officially supported Helm chart, this repository has some patterns and automation around Vault policies and consul-template to pull dynamic secrets. Slides are linked in the README.

2 Likes

What a great idea!

Consul Service Mesh
Here is a comprehensive deck, which serves as a mid-level overview of service mesh and the problems it is supposed to address.

Use what makes sense for your HUG meeting or audience, and if you have questions, let us know by replying to this thread!

2 Likes

Here is the presentation for a session I had with some open source practitioners using older versions of Terraform. Covers some general infrastructure upgrade approaches, maps them to Terraform, and provides a high-level view of what changes happened between versions of Terraform.

1 Like

Here is a presentation for a session I gave on Consul History covering the some of the technical decisions we made - mostly focusing on Gossip Protocols though.( SWIM, memberlist, serf)
There’s also this presentation that covers Consensus (Paxos & Raft)

2 Likes

Here’s a hallway track talk I did last year for HashiConf on Managing GitHub resources with Terraform!

1 Like

Hi, here’s a couple of articles I wrote covering tha basics of Vault and using it in a Spring Boot applicacion. Hope you find it useful:

https://www.baeldung.com/vault
https://www.baeldung.com/spring-cloud-vault

3 Likes

Here’s the demo code and slides for my Aug 27, 2019 Toronto HUG talk about OpenFaaS on Nomad, Consul and Vault: https://github.com/acornies/THUG-aug27-2019

1 Like

Cross posting another thread here: Hallway Track at HashiConf 2019

The speakers from the Hallway Track have kindly posted their talk slides there!

1 Like

Here’s the presentations from our HUG Meetup conducted in Chennai on September 28, 2019:

  1. Golden AMI Pipelines using Packer and Jenkins
  2. Testing Terraform modules with Kitchen and Inspec
2 Likes

Hi all! Here you can find a small movie of our latest HUG meetup: https://twitter.com/nosceon/status/1178996497834287105?s=20

1 Like

Here’s the official github id for HUG Chennai Chapter. We’re updating the hands-on materials from the talks here regularly for the community: https://github.com/chennai-hug/

1 Like

Here are the slides for the my NYC HUG talk on “Storing Vault secrets in source control safely using Terraform and KMS”

1 Like

Here is the GitHub repo I mentioned last week during my NYC HUG talk, “Automated Deployment Across Multiple AWS Accounts”: https://github.com/jdhollis/pipeline-example

Questions and feedback are welcome.

1 Like

Here’s the presentations from our HUG Meetup conducted in Chennai on October 19, 2019:

  1. Introduction to Vault
  2. Why Vault?
1 Like

Here the talks we had at our recent HUG.

Death to ClickOps - IaC with Terraform and Packer - https://youtu.be/ItxxxoCzP9Y

Kick Start Your Projects with IaC - https://youtu.be/aqomwkFuYyU

1 Like

Hello everyone :slight_smile: I made this talk based on HashiCorp Developer Advocate, Xander Grzywinski’s blog post on Continuous Integration for Terraform Modules with GitHub Actions.

It is a lightning talk that should take 10-15 minutes to present. Let me know if you use it! I would love to know how it works out in action.

1 Like

Hello everyone!

Here is my talk from a meetup event in Bangalore.

The talk title was Service Mesh Beyond the Hype.

1 Like

Hi everyon!

This is my talk about my side project story, citizen which is a terraform private module/privoder registry. from HashiCorp user group Seoul.

1 Like