The UI changes take a few days to roll out completely. Even though it's just a label change, we always do slow, safe, rollouts. :)
Product Manager for Cloud Run for Anthos here. Yes, your understanding is correct, though I can't comment on the price point. Note that there's a free trial of Cloud Run for Anthos available until May 2020.
Product Manager for Cloud Run for Anthos here. You can currently use Cloud Run for Anthos with no additional charge beyond GKE until May 2020. After that, you'd need an Anthos subscription to continue using the product.…
Product Manager for Cloud Run for Anthos here. This is a great question -- thanks for asking. GCF provides a different experience where you provide just snippets of code and you don't have to even build a full app. Of…
(I'm a product manager on the serverless team at Google Cloud) The early access was based on a user account being added to an access list. But, I'm not sure why your team member had access without explicitly asking for…
(Disclosure: I work at Pulumi) > I may be wrong, but from what I can tell this is really a souped-up framework for working with clouds. Most of it looks like primitive for immutable infrastructure, so Terraform but as a…
(Disclosure: I work at Pulumi) Yes, Pulumi does mutate resources in place, if the cloud provider supports it. For most resources, it will create a new one (such as a new ECS task), and wait for it to be ready before…
(Disclosure: I work at Pulumi.) The `pulumi update` command first shows you a preview of the exact resources it will create. Once you've deployed, you can view all your resources on the pulumi.com console, so you know…
The main upside is that it's just regular code. This is more natural for some folks, but mainly the advantage is that you can build abstractions. So, you can build a component that's built up from lower-level resources…
> Also, I tried getting an invite for the Pulumi Slack community and was greeted with "invite_limit_reached". We're hitting Slack's rate limiting on invites. Please DM your email @PulumiCorp on Twitter and we'll get you…
(I'm a product manager at Pulumi.) Pulumi lets you describe cloud resources using code instead of a config language. It's not like Heroku, it's more like a deployment tool (e.g. Serverless Framework, Terraform,…
(I'm a product manager at Pulumi.) > That makes it sound like Pulumi only runs the infrastructure declarations when you run "pulumi update", and that those things don't run when your program runs. That's confusing to…
(I'm a product manager on Pulumi.) If Terraform works for you, then definitely continue using it. Pulumi is just another option and works well for building libraries and components. I did a rundown of different tools…
Well, she was targeted by GamerGate. Lots of people who were not involved in the original drama were targeted later.
/s/founded/formed Now, is the rest of the statement true?
If that is true, you should be able to point to articles or statements where game developers advocated censorship. I've talked to Brianna Wu. I've followed her work. She has never advocated censorship.
> the forced censorship of games by those who found them "offensive" or "not inclusive enough". This is false. No one proposed censorship. They proposed and created new games that were more inclusive. In doing this,…
And yet, they performed targeted attacks against a number of prominent women in the games industry, so much that these women had to relocate multiple times for fear of their personal safety. Interestingly, the FBI got…
I found the talks by Brendan Burns to be very good for a high-level overview.
Plus the ability to do custom containers. For some workloads, may be valuable.
Donna from the Azure Functions team here. I'm demoing this later today. If you want to learn more, tune in to the Ignite live stream (https://www.microsoft.com/en-us/ignite) at 2:15 EDT for the session "Building…
FYI that while you can solve similar problems with Container Instances and Lambda, the closest offering to Lambda is Azure Functions.
FYI that Azure Functions doesn't have this limitation. Code is stored on your own storage account and you can go as high as you want. (Disclosure: I'm a product manager on Azure Functions.)
Not quite, the equivalent of AWS Lambda is Azure Functions. This is more like a managed container service.
The equivalent of AWS Lambda is Azure Functions. It does have the same memory limits as AWS (max 1.5 GB per instance), though you can run for up to 10 minutes. You can try for free for up to 1 hour (no credit card…
The UI changes take a few days to roll out completely. Even though it's just a label change, we always do slow, safe, rollouts. :)
Product Manager for Cloud Run for Anthos here. Yes, your understanding is correct, though I can't comment on the price point. Note that there's a free trial of Cloud Run for Anthos available until May 2020.
Product Manager for Cloud Run for Anthos here. You can currently use Cloud Run for Anthos with no additional charge beyond GKE until May 2020. After that, you'd need an Anthos subscription to continue using the product.…
Product Manager for Cloud Run for Anthos here. This is a great question -- thanks for asking. GCF provides a different experience where you provide just snippets of code and you don't have to even build a full app. Of…
(I'm a product manager on the serverless team at Google Cloud) The early access was based on a user account being added to an access list. But, I'm not sure why your team member had access without explicitly asking for…
(Disclosure: I work at Pulumi) > I may be wrong, but from what I can tell this is really a souped-up framework for working with clouds. Most of it looks like primitive for immutable infrastructure, so Terraform but as a…
(Disclosure: I work at Pulumi) Yes, Pulumi does mutate resources in place, if the cloud provider supports it. For most resources, it will create a new one (such as a new ECS task), and wait for it to be ready before…
(Disclosure: I work at Pulumi.) The `pulumi update` command first shows you a preview of the exact resources it will create. Once you've deployed, you can view all your resources on the pulumi.com console, so you know…
The main upside is that it's just regular code. This is more natural for some folks, but mainly the advantage is that you can build abstractions. So, you can build a component that's built up from lower-level resources…
> Also, I tried getting an invite for the Pulumi Slack community and was greeted with "invite_limit_reached". We're hitting Slack's rate limiting on invites. Please DM your email @PulumiCorp on Twitter and we'll get you…
(I'm a product manager at Pulumi.) Pulumi lets you describe cloud resources using code instead of a config language. It's not like Heroku, it's more like a deployment tool (e.g. Serverless Framework, Terraform,…
(I'm a product manager at Pulumi.) > That makes it sound like Pulumi only runs the infrastructure declarations when you run "pulumi update", and that those things don't run when your program runs. That's confusing to…
(I'm a product manager on Pulumi.) If Terraform works for you, then definitely continue using it. Pulumi is just another option and works well for building libraries and components. I did a rundown of different tools…
Well, she was targeted by GamerGate. Lots of people who were not involved in the original drama were targeted later.
/s/founded/formed Now, is the rest of the statement true?
If that is true, you should be able to point to articles or statements where game developers advocated censorship. I've talked to Brianna Wu. I've followed her work. She has never advocated censorship.
> the forced censorship of games by those who found them "offensive" or "not inclusive enough". This is false. No one proposed censorship. They proposed and created new games that were more inclusive. In doing this,…
And yet, they performed targeted attacks against a number of prominent women in the games industry, so much that these women had to relocate multiple times for fear of their personal safety. Interestingly, the FBI got…
I found the talks by Brendan Burns to be very good for a high-level overview.
Plus the ability to do custom containers. For some workloads, may be valuable.
Donna from the Azure Functions team here. I'm demoing this later today. If you want to learn more, tune in to the Ignite live stream (https://www.microsoft.com/en-us/ignite) at 2:15 EDT for the session "Building…
FYI that while you can solve similar problems with Container Instances and Lambda, the closest offering to Lambda is Azure Functions.
FYI that Azure Functions doesn't have this limitation. Code is stored on your own storage account and you can go as high as you want. (Disclosure: I'm a product manager on Azure Functions.)
Not quite, the equivalent of AWS Lambda is Azure Functions. This is more like a managed container service.
The equivalent of AWS Lambda is Azure Functions. It does have the same memory limits as AWS (max 1.5 GB per instance), though you can run for up to 10 minutes. You can try for free for up to 1 hour (no credit card…