HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Duologic

no profile record

Submissions

Show HN: Jsonnet implementation in Jsonnet

github.com
1 points·by Duologic·작년·0 comments

Registry Explorer

oci.dag.dev
2 points·by Duologic·작년·1 comments

Stanisław Barzowski on the jsonnet Language [audio]

se-radio.net
2 points·by Duologic·3년 전·0 comments

Microsoft and Grafana Labs invest $40M in Isovalent

isovalent.com
12 points·by Duologic·4년 전·0 comments

comments

Duologic
·7개월 전·discuss
I work at Grafana and did quite a bit of work on Tanka in the past, so yes.
Duologic
·7개월 전·discuss
Any particular libraries you use to generate TF-JSON from jsonnet?

I wrote a generator a little while ago that can create jsonnet libraries from the TF schemas: https://github.com/Duologic/soysonnet

Example lib here: https://github.com/Duologic/soysonnet-aws

I only needed it for AWS so I didn't spend more time on it.
Duologic
·작년·discuss
I noticed phillebaba using it during his Spegel talk at FOSDEM.
Duologic
·2년 전·discuss
This reminds me of the Danish Navy oak: https://en.m.wikipedia.org/wiki/Visings%C3%B6#History
Duologic
·3년 전·discuss
I'm interested in the code that processes the swagger/openapi into jsonnet, can you link to that?
Duologic
·4년 전·discuss
Hit me up on the #jsonnet channel on Kubernetes Slack or the #tanka channel on Grafana Slack if you want to go a bit more in depth.
Duologic
·4년 전·discuss
At Grafana Labs we're using jsonnet at scale, while being a powerful functional language it is also excellent for rendering JSON/YAML config. We have developed Tanka[0] to work with Kubernetes, for other purposes I can recommend this course[1] (authored by me).

[0] https://tanka.dev/

[1] https://jsonnet-libs.github.io/jsonnet-training-course/
Duologic
·4년 전·discuss
I've bought them 2 years ago including a few spares, haven't replaced them since (not sure what 'vacuum' means in this context).
Duologic
·4년 전·discuss
I can really recommend cable sleeves/tubes, I use these on my desk: https://www.amazon.com/Alex-Tech-10ft-Protector-Sleeving/dp/...
Duologic
·4년 전·discuss
Last year I wrote a blog post about this exact question: Who watches the watchers?

The general takeaway is that you run a minimal prometheus/alertmanager setup that only scrapes the agents, then use a dead man switch-like system to ensure this pipeline keeps working.

Link: https://grafana.com/blog/2021/04/08/how-we-use-metamonitorin...