Looking to Buy a SAN
-
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
Def not, especially if you are within the free tier every month. The cost in electricity alone is higher let alone maintenance, patching (server and k8s and OpenFaaS), troubleshooting, etc.
-
The reason cloud is so expensive for most is because they simply try to move existing workloads to it without redevelopment of the workloads to a server less design.
-
@stacksofplates said in Looking to Buy a SAN:
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
Def not, especially if you are within the free tier every month. The cost in electricity alone is higher let alone maintenance, patching (server and k8s and OpenFaaS), troubleshooting, etc.
That assumes that you can do everything that you need in serverless. I know literally zero companies that can do that. You have to include the cost of moving to bespoke software built purely around this with a team of devs that understand it. The cost, in the real world, is staggering.
-
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
If it doesn't, then it's cloud vs. premises that is being compared, and serverless is a distraction.
-
@stacksofplates said in Looking to Buy a SAN:
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
Except a problem with the providers is cold starts. So if that's needed, it's needed either way.
-
@stacksofplates said in Looking to Buy a SAN:
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
That's actually the opposite. I see loads and loads of people going TO cloud because of FUD. Then getting there and finding out that they can't afford it - either because it costs more (generally a LOT more) or because they can't afford what it costs holistically to make that piece of it cost less.
It sounds good, but we're talking real world here. Outside of a few unique enterprises with crazy deep pockets, or isolated workloads, even big companies can't move to 100% bespoke workloads with all of their investment being driven not by total cost, but by a desire to just say that they are 100% in on cloud.
It doesn't even begin to cover issues like companies that can't have that latency or can't be online. There is zero excuse for pushing cloud as the single answer, it isn't. Period. No ifs, ands, or buts. And calling "basic business decision making" around cost "FUD" is not fair, it's anything but FUD. It's cold, hard math.
-
@scottalanmiller said in Looking to Buy a SAN:
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
If it doesn't, then it's cloud vs. premises that is being compared, and serverless is a distraction.
What? Serverless isn't billed or tracked at all unless your function is running. It's not a distraction, it's very much dependent on that architecture for his point.
-
@scottalanmiller said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
Def not, especially if you are within the free tier every month. The cost in electricity alone is higher let alone maintenance, patching (server and k8s and OpenFaaS), troubleshooting, etc.
That assumes that you can do everything that you need in serverless. I know literally zero companies that can do that. You have to include the cost of moving to bespoke software built purely around this with a team of devs that understand it. The cost, in the real world, is staggering.
No it doesn't. Maybe for electricity, but again if you are within the free tier per month, the cost is infinitely smaller because there is no cost to run it on a provider. Local hosted will always cost more because you have to maintain it, again if you stay within the free tier.
-
@scottalanmiller said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
Except a problem with the providers is cold starts. So if that's needed, it's needed either way.
Depends on the language and who you use. If you use Cloudflare workers, it's an average of under 200 ms. Again, completely depends on language and provider.
-
@scottalanmiller said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
That's actually the opposite. I see loads and loads of people going TO cloud because of FUD. Then getting there and finding out that they can't afford it - either because it costs more (generally a LOT more) or because they can't afford what it costs holistically to make that piece of it cost less.
It sounds good, but we're talking real world here. Outside of a few unique enterprises with crazy deep pockets, or isolated workloads, even big companies can't move to 100% bespoke workloads with all of their investment being driven not by total cost, but by a desire to just say that they are 100% in on cloud.
It doesn't even begin to cover issues like companies that can't have that latency or can't be online. There is zero excuse for pushing cloud as the single answer, it isn't. Period. No ifs, ands, or buts. And calling "basic business decision making" around cost "FUD" is not fair, it's anything but FUD. It's cold, hard math.
You keep saying this, but you're referencing companies that just lift and shift. We have said over and over again obviously that's more expensive. Applications need to be redesigned to leverage public cloud efficiently.
It doesn't even begin to cover issues like companies that can't have that latency or can't be online.
What does this mean? Latency from what? services in the same AZ and VPC are averaging the same as a LAN. You can even run HPC workloads with Infiniband speeds.
Outside of a few unique enterprises with crazy deep pockets, or isolated workloads,
That's demonstrably false. I mean it's amazing you can say those words and people on this site will read it and believe it when you can just clearly look anywhere and see tons of companies relying either solely or very heavily on cloud providers.
-
@scottalanmiller said in Looking to Buy a SAN:
There is zero excuse for pushing cloud as the single answer, it isn't.
and no one here has done that. We were talking about serverless and different providers and you morphed it into how companies can't use cloud because they use it the wrong way which makes it expensive.
-
@stacksofplates said in Looking to Buy a SAN:
What does this mean? Latency from what? services in the same AZ and VPC are averaging the same as a LAN. You can even run HPC workloads with Infiniband speeds.
He's referring to SMBs that are running on Dial-up or otherwise shit internet connections that can't operate with anything that isn't on-prem. So because of that, he's saying cloud isn't an option in the real world.
-
Seriously, this would be great to listen to over a scotch and cigar. One of y'all can bring slides. Voices would get raised. Bottles would get broken. In the distance, crows flee.In the meantime, the @op has left the building without really taking anyone's advice.
-
@Grey said in Looking to Buy a SAN:
Seriously, this would be great to listen to over a scotch and cigar. One of y'all can bring slides. Voices would get raised. Bottles would get broken. In the distance, crows flee.In the meantime, the @op has left the building without really taking anyone's advice.
I'm still here. We just decided not to listen to illogical advice.
-
@JaredBusch said in Looking to Buy a SAN:
The reason cloud is so expensive for most is because they simply try to move existing workloads to it without redevelopment of the workloads to a server less design.
This is what it really the simple one sentence answer. People think its so expensive because they aren't taking the time to learn the capabilities of cloud environments. It's also not something you can pick up in a single afternoon of reading. You need to do your own IaC deployments and utilize PaaS and SaaS services in addition to IaaS.
The less IaaS you use the better, but if you do need to leverage IaaS you should design it so its scalable and data isnt stored on instances. Spot instances are way cheaper than your typical on demand instances. Up to 90% in certain cases.
That's the reason cloud centered roles are paying $$$ because the value is in the engineering not the operations on the cloud. Operations is automated and OS administration is very, very limited.
After all the pain of the initial design, you get a much more reliable infrastructure that requires MUCH less maintenance.
-
@IRJ said in Looking to Buy a SAN:
This is what it really the simple one sentence answer. People think its so expensive because they aren't taking the time to learn the capabilities of cloud environments.
Likewise, people think cloud is cheap because they don't consider all of the cost of support, retraining, and rewriting all of their software - which for most shops is not even software that they own and most shops don't even have developers.
So normally you are talking about companies hiring a new development staff and starting from scratch for years of attempting to build software at enormous cost with no benefits to be realized for years - in a field with failure rates (as in being able to complete projects) hits around 85%.
-
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
If it doesn't, then it's cloud vs. premises that is being compared, and serverless is a distraction.
What? Serverless isn't billed or tracked at all unless your function is running. It's not a distraction, it's very much dependent on that architecture for his point.
It's a distraction from the discussion. People were pointing out that serverless doesn't save you money if you run it yourself, ergo serverless wasn't the thing doing the savings but rather cloud.
It's a red herring, a distraction, from what was proposed as the money saving component of the recommendation.
-
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@thecreaitvone91 said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
Keep in mind that serverless itself doesn't imply cloud or hosted or third party. You can run serverless on your own server. It requires containers to run in, just like any other workload. If you feel that serverless is a critical part of your design, but don't want a dependency on third parties, you can always run your own.
I presume that this allows you to control latency issues common with serverless by enforcing what stays hot, although I've not tested that theory.
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
As with anything, people not leveraging public cloud offerings (specifically serverless in this case and not just the big 3) is because of FUD. There are very few real cases where it can't be leveraged. As you said in another thread, don't avoid the best because it fails to be perfect.
Doesn't have the same cost benefits running on your own hardware either.
Def not, especially if you are within the free tier every month. The cost in electricity alone is higher let alone maintenance, patching (server and k8s and OpenFaaS), troubleshooting, etc.
That assumes that you can do everything that you need in serverless. I know literally zero companies that can do that. You have to include the cost of moving to bespoke software built purely around this with a team of devs that understand it. The cost, in the real world, is staggering.
No it doesn't. Maybe for electricity, but again if you are within the free tier per month, the cost is infinitely smaller because there is no cost to run it on a provider. Local hosted will always cost more because you have to maintain it, again if you stay within the free tier.
Sure. But saying "if its free" is pretty silly. Who can run their enterprise off of a free tier of anything? No one. That's why they offer a free tier, so that pointlessly small workloads can sample how things work or learn how to do it before paying for the real services that they need.
But even the free tier would require you to spend a fortune.
Take a normal SMB. They need things like QuickBooks, ERP, a SQL Server database, proprietary server software for some hardware that they have to use.... how do these things with all (and it has to be ALL) of their code and storage and backups and monitoring get put into serverless computing at zero cost? or even at low cost? Or even... at all?
-
@stacksofplates said in Looking to Buy a SAN:
@scottalanmiller said in Looking to Buy a SAN:
@stacksofplates said in Looking to Buy a SAN:
I assume you're talking about OpenFaaS. You can control cold starts but the complexity of setting that up along with maintaining it is light years above deploying to a provider.
Except a problem with the providers is cold starts. So if that's needed, it's needed either way.
Depends on the language and who you use. If you use Cloudflare workers, it's an average of under 200 ms. Again, completely depends on language and provider.
Sure, using like Go can do a lot to keep it down. But 200ms is high, so high that common workloads like VoIP would be impacted to the point that the couldn't do it. There are definitely workloads, like email, where 200ms would even be noticed. But workloads like web where you'd kinda notice and workloads like VoIP where it would be a huge problem and ones like finance where it's a show stopper.
-
It was at that moment that he learned there are certain parts of the body that you should never Nair.