i wouldn't want to trust them, they are the kings of the enterprise bloatware
Microsoft launches new open-source projects around Kubernetes and microservices
61–70 of 129 posts
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#62Earlier quoted context omitted.
i honestly have trouble understanding the love for yaml when decades ago everything was xml and it was almost universally hated. technically you can define a yaml-xml isomorphism and as a consequence they both should be treated as unsuitable, and yet... yaml somehow is cool and xml isn't. am i just old?
I don't really understand what you're saying here. It's definitely not a matter of being "cool" or not. There's always going to be a need for some structured static configuration file format. Be it XML, INI, TOML, JSON, YAML, properties files, or whatever. From my perspective, YAML and JSON have been more successful and well-liked than XML because they map much more directly to the basic data types common to all prog…
what i care about is writing yaml for the purpose of configuration and not have any feedback about whether the data i've prepared by hand is actually a valid configuration. not having to have a schema is a bug in the spec for this use case in all those nice acronyms and shortcuts you've listed above and they're all guilty of it. i'd like my configs strongly typed and well documented and none of the above helps developers do that - and that's where my confusion comes from.
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#63https://www.alibabacloud.com/blog/announcing-the-open-applic...
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#64Basically this is a helm chart. Which is one of the problems of k8s - a typical application consists of multiple services that need to be deployed together. In Docker Swarm, that's a Stack. K8s has no equivalent. So there's no answer to "how do i deploy/update my flask api and celery workers together"
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#65OAM is essentially a YAML file. It can be put in a service catalog or marketplace and deployed from there. But what’s maybe most important, says Russinovich, is that the developer can hand off the specification to the ops team and the ops team can then deploy it without having to talk to the developer. This statement sounds very backwards to me. Isn't this increasing the separation between devs and ops which we want…
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#66RedHat OpenShift (yes yes IBM) is gaining momentum because of it. But the field is still wide open. And the burden will fall on small ISVs to provide open solutions around data portability, redundancy, security, and a host of other concerns.
In the early days of Cloud technologies, the original vision was highly commoditized. You'd pull a Docker container from a registry hub and perhaps not even know where it ran. Perhaps even an exchange would handle pricing and performance. Instead, we have the Big 4 vendors in a highly fragmented space offering roughly the same services.
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#67Tell me you are saving money after you hire them :)
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#68All of this is well and good. Now find folks who understand the entire stack and can support it. Tell me you are saving money after you hire them :)
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#69All of this is well and good. Now find folks who understand the entire stack and can support it. Tell me you are saving money after you hire them :)
I really don't understand how this point isn't more widely acknowledged. k8 expertise is expensive . I'm seeing companies jump in head-first without doing any cost-benefit analysis, and winding up in some really difficult situations.
Re: Microsoft launches new open-source projects around Kubernetes and microservices
#70The one of the main design ideas behind the original Borg system (which Kubernetes is inspired by) was utilisation of resources and simplicity. Now we just stuff all the compute power we got with unnecessary proxy systems that provide minimal value. I truly believe we have lost our way.