Building Production-ready Services with Kubernetes and Serverless Architectures
Kubernetes developers and operators lack the tools that app developers take for granted in programming languages: control flow, abstractions, IDE integration, and vendoring. These hard-won technologies amplify the effectiveness of a team, and make it easier…
Commoditise Kubernetes with cluster-api
Kubernetes wasn’t invented to become a new pet in your home, but more like the cattle on a ranch. It isn’t cute and lovely or something you treat like a family member. Kubernetes was made to…
Stay on top of ongoing Kubernetes security hygiene
Containers deployments in Kubernetes clusters create both familiar and new security challenges. Given the ephemeral nature of containers, the speed and agility goals of microservices architecture, a preliminary detection of potential risks and an early discovery…
Best practices for running and implementing Kubernetes
Kubernetes has become the de-facto orchestration platform for the cloud-native era. However, the expensive trial-and-error and proof-of-concept activities associated with the transition can be daunting for many organizations. Join Fairwinds’ President Kendall Miller, and Director of…
What exactly is "Kooper's Daddy" aka Kubernetes and how can The Ops Platform help
Guest post originally published on CTO.ai from Benjamin Slater, VP of Engineering at CTO.ai Sorry for the ridiculous title, but every time we say the word “Kubernetes” on a Zoom call, it gets translated in the text transcript…
Priyanka Sharma remembers feeling nervous about going to her first meetups for the Cloud Native Computing Foundation as a new member. But overcoming those nerves was worth it: Not only did the people there turn out…
5G Rollout: How Kubernetes and Edge Computing is making 5G a reality
Guest post by Chad Serino, CEO, AlphaBravo Introduction Of all the data management technologies of the last few years, Cloud-native container tech was one of the most impactful. It’s a technology with the potential to revolutionize…
7 critical reasons for Kubernetes-Native backup
Curious about what Kubernetes-native backup is all about? Do you really need backup with Kubernetes? Do you think your Kubernetes environment will stay stateless? Why doesn’t your legacy VM-backup system work with containers? We will dive…
Monitoring Kubernetes clusters by “chatting” with them
As the adoption of Kubernetes is increasing it is common to see multiple clusters being managed by organizations. Managing multiple clusters, their access to teams, and enabling information securely is important. BotKube ( https://github.com/infracloudio/botkube ) is…
Using Kubernetes to serve multi tenants is not a trivial task. Kubernetes provides the tools that are necessary(RBAC, Rolebinding, Network Policy, ResourceQuota and etc) to provide isolation between tenants but building/implementing an architecture is solely upon…