go to post Luca Ravazzolo · Jan 16 How about setting the column/property to be a calculated field and the system will do it for you with your Getter method? https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Luca Ravazzolo · Nov 18, 2024 John, it looks like you are on AWS and you selected an AMI, most probably the default one, that offers AWS Linux distribution. It is a downstream of Fedora. We don't support it officially so pick and AMI with Ubuntu and Red hat. wrt context: you'll find that in general the cloud runs on Linux. You'll get used to automate procedures with scripts and a plethora of tools that are available in the industry like bash, Terraform, Ansible or any config.management tool of your liking. HTH
go to post Luca Ravazzolo · Oct 22, 2024 Hi Jignesh, What is your context? Are you working with Kubernets? I think the answer is it depends. While nginx can do reverse proxy it might not be on a par with Traefik and all its management layer within a K8s context. nginx example FYI & FWIW server { listen 8080; location / { deny all; } location /csp/sys/ { proxy_pass http://iris:52773; } location /api/monitor/ { proxy_pass http://iris:52773; } proxy_hide_header WWW-Authenticate; }
go to post Luca Ravazzolo · Oct 9, 2024 Indeed eBPF is powerful and Tetragon looks a great solution to secure or manage the security of your K8s cluster like Sysdig Falco and similar. Great work Ron! And thanks for sharing your work! Love it! Q: When I used Sysdig in the past it was amazing, however, not very light on system resources. Were you able to quantify the effect of Tetragon on a node? Thanks
go to post Luca Ravazzolo · Oct 9, 2024 I think perhaps this is the one you meant Evgeny connecting to Cloud SQL with Dbeaver
go to post Luca Ravazzolo · May 20, 2024 Thanks Ron, Indeed Structured Loggging is cool and this way of leveraging it even more! ;-) Awesome!
go to post Luca Ravazzolo · Apr 26, 2024 Thanks @Ariel Glikman; some nice clarifications there that will be useful to posterity.
go to post Luca Ravazzolo · Feb 16, 2024 Great article @Steve Pisani! You stole my idea of showcasing Jaeger and IRIS... oh well, I'll send people over to this article. Also, thanks to @Ron.Sweeney ;-)
go to post Luca Ravazzolo · Jan 11, 2024 Thanks Benjamin. A journey has started! And for those wanting to see what it is like working with those services head over to our Learning Services video on InterSystems IRIS Cloud SQL and InterSystems Cloud IntegratedML
go to post Luca Ravazzolo · Nov 9, 2023 Excellent Benjamin. Thank you for finding the time for this. It'll be useful to 1000s!
go to post Luca Ravazzolo · Nov 6, 2023 Does this help? https://docs.portainer.io/admin/registries/add/custom
go to post Luca Ravazzolo · Oct 24, 2023 Ohh, so useful Ron & Dan, thanks for sharing your experience and tools.
go to post Luca Ravazzolo · Sep 5, 2023 Nice work Lorenzo, especially in extending the SAM inheritance tree for projection!
go to post Luca Ravazzolo · Sep 5, 2023 Thank you Heloisa. I found your article well written and contextualised. It is useful and a great introduction for those wanting to start out on the journey to data integration with OSS tools.