#general (2022-04)
General conversations related to DevOps/Automation
General Discussions
2022-04-01
Hey everyone, give a warm welcome to our newest members!
- @Dan Herrington
- @Akshay Raj
- @Shanmugam .shan7
- @Jon Lau
- @Tomasz Jezierski
- @Kenneth Rice
- @deniz gökçin
- @Tia Sokoya
- @Zachary Conger
Good to have you here =)
2022-04-02
Hey everyone, give a warm welcome to our newest members!
- @Muhammad Nur Akmal
- @thavisouk.jim
Good to have you here =)
2022-04-03
Hey everyone, give a warm welcome to our newest members!
- @William
- @nithya koka
- @gerald.reid
Good to have you here =)
2022-04-04
Ran across this cool looking tool this weekend. https://dagger.io <– Uses Cuelang and docker to create a ‘portable dev kit for cicd pipelines’.
https://techcrunch.com/2022/03/30/docker-founder-launches-dagger-a-new-devops-platform/ This is the new startup of the Docker founder himself
Docker founder launches Dagger, a new DevOps startup that has now raised $30 million.
Well thanks for wrapping cuelang in a perfect use case scenario for it so brilliantly
Hey everyone, give a warm welcome to our newest members!
- @Kevin Knoepp
- @Kim Baggott
- @Lizzie Danielson
- @Francisco Javier Ruiz de la Torre
Good to have you here =)
2022-04-05
Hey everyone, give a warm welcome to our newest members!
- @Sohel Shah
- @Kris Musard
- @Dev Jadhav
Good to have you here =)
2022-04-07
Hey everyone, give a warm welcome to our newest members!
- @adhiky08
- @Eric Szatmary
- @sripe
- @Fleshgrinder
- @Abhinav Goyal
- @Jayachandran R
Good to have you here =)
2022-04-08
Hey everyone, give a warm welcome to our newest members!
- @joey jensen
- @Alibek
- @nguyenbanguyen1993
- @Peter Palka
- @Ilgiz
Good to have you here =)
2022-04-09
Hey everyone, give a warm welcome to our newest members!
- @angel.punnuse
- @tom
- @jeannich
- @Harmen Backhaus
Good to have you here =)
2022-04-10
Hey everyone, give a warm welcome to our newest members!
- @Anthony Milazzo
- @damian.romero
Good to have you here =)
2022-04-11
Hey everyone, give a warm welcome to our newest members!
- @mr.shayv
- @alz
- @Zach Bridges
Good to have you here =)
2022-04-12
Hey everyone, give a warm welcome to our newest members!
- @Brandon Miller
- @bpauley
- @sameed.shoaib
- @Mocanu Marian
- @fulminato76
- @Jonathan Marcus
- @Costis P
Good to have you here =)
Hello all Been learning k8’s and infra for awhile. Still a ton to learn, and looking forward to it. I’m also available to help any newcomers, etc, as much as I am able
Ok thank you
I write a question in #terraform
2022-04-13
Hey everyone, give a warm welcome to our newest members!
- @brant
- @Duffy Gillman
- @Antonio Pardo
- @rob
- @Elleval
- @Kevin Schmid
- @Joshua
Good to have you here =)
2022-04-14
Hey everyone, give a warm welcome to our newest members!
- @Linda Pham (Cloud Posse)
- @David Spedzia
Good to have you here =)
Hi all! Also where do I post questions about Terraform modules?
2022-04-15
Hey everyone, give a warm welcome to our newest members!
- @nguyendinhtrung141
- @Chris Waldt
- @Daryl Sistrunk
Good to have you here =)
2022-04-16
Hey everyone, give a warm welcome to our newest members!
- @Rohit Khare
- @Milton Carrillo
- @icooka
- @vino.johnson89
- @Jose Castillo
Good to have you here =)
2022-04-17
Hey everyone, give a warm welcome to our newest members!
- @Faizan Raza
- @Philip Kwesiga
- @AD
- @Yasir Karam
Good to have you here =)
2022-04-18
Hey everyone, give a warm welcome to our newest members!
- @engson
- @Jason Deka
Good to have you here =)
2022-04-19
Hey everyone, give a warm welcome to our newest members!
- @Greg
- @Eric Staples
- @msa
- @Anna Mellas
- @Andrew Elkins
Good to have you here =)
2022-04-20
Hey everyone, give a warm welcome to our newest members!
- @Vinícius Azevedo
- @Jon Goudy
Good to have you here =)
Happy to have the chance to be a part of a community of talented people. I’m here to learn and share knowledge!
2022-04-21
Hey everyone, give a warm welcome to our newest members!
- @ayobama72
- @henry
- @Zeeshan Bilal
Good to have you here =)
2022-04-22
Hey everyone, give a warm welcome to our newest members!
- @Kyle Tai
- @Rigo
- @Duccio Giovannelli
- @Azzout Akli
Good to have you here =)
2022-04-23
Hey everyone, give a warm welcome to our newest members!
- @Lucas Andrade
- @Alex Nauda
- @Andrew Vakalis
Good to have you here =)
2022-04-24
Hey everyone, give a warm welcome to our newest members!
- @Ralf Pieper
- @paul075
Good to have you here =)
2022-04-25
Hey everyone, give a warm welcome to our newest members!
- @nicolas ni
- @Chelsea Hackett
- @Zak Hargreaves
Good to have you here =)
2022-04-26
Hey everyone, give a warm welcome to our newest members!
- @Robert Myszkiewicz
- @Ivo Ursino
- @Aamir Ahmad
- @David Mondejar
- @Elias Andres Machado Molleja
Good to have you here =)
2022-04-27
Hey everyone, give a warm welcome to our newest members!
- @Mike Desmarest
- @Damian Casco
- @András Sándor
- @Ole Hansen
- @uncanny-edition
Good to have you here =)
Was there a successor (or new home) for the airship terraform modules? Would it make sense to remove those from terraform registry?
we don’t manage the airship modules
Well, the airship channel was archived, so I assumed it was related…
@maarten
Yes, @maarten has moved on to other projects, The project is abandoned, and as @RB mentioned - it was not a project managed by Cloud Posse.
2022-04-28
Hey everyone, give a warm welcome to our newest members!
- @Robert Newsome
- @Aslan Brooke
- @Georgi Georgiev
- @Aaron Miller
- @Orelvis Vazquez
- @Michael Porter
Good to have you here =)
Hello :)
2022-04-29
Hey everyone, I’m instrumenting an app with the python opentelemetry sdk and I have a tricky use case.
My application needs to be able to end spans in a potentially different process to the one that started it. The docs show you can start spans out of context with tracer.start_span()
but to end the span you need to call a method span.end()
. However, the span object is not serializable. It’s not clear how to re-instantiate it using the trace_id and span_id. Any ideas on how to do this?
Hey everyone, give a warm welcome to our newest members!
- @Chris Bloemker
- @Jean-Marc Fontaine
- @Lee Broom
- @Nicolas
- @Farye Nwede
- @Aadhesh
- @Pablo Silveira
- @Christopher Boyd
Good to have you here =)
2022-04-30
Hey everyone, give a warm welcome to our newest members!
- @btc user
- @yi gong
Good to have you here =)