Hello everyone, is pulumi cloud agnostic ? I mean ...
# general
b
Hello everyone, is pulumi cloud agnostic ? I mean to create an infrastructure do we use cloud vendor specific keywords ?
t
Pulumi supports multiple clouds, but most of the time you describe your program in terms that are specific to the target cloud. That's because each cloud has a unique set of services and features. If you want something truly agnostic, have a look at Pulumi Cloud abstraction layer (in preview): https://github.com/pulumi/pulumi-cloud/
b
@tall-librarian-49374 thanks for the hint. I am interested in k8s clusters - does that mean that with pulumi cloud you can spin up k8s cluster in different cloud providers but with the same pulumi code ?
t
b
Do I need to pay for Pulumi Cloud ? Or which part of pulumi is free and which is not ?
t
CLI is free for any use, Pulumi SAS service is only free for individuals. CLI can be used with or without the SAS service.
b
Hmm, what is Pulumi SAS service ?!
t
Web console and backend. See all the features on the link above.
s
SaaService you mean 😉
FYI (Software as a Service)
t
r-r-right, thank you