Search results for: kubernetes


Building Production-ready Services with Kubernetes and Serverless Architectures

Posted on June 8, 2020

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

Posted on June 5, 2020

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

Posted on June 4, 2020

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

Posted on June 4, 2020

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

Posted on June 2, 2020

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…


Business Insider: "A former director of $2.75 billion GitLab is now heading up the influential foundation that's home to Kubernetes, the widely-used cloud computing project started at Google"

Posted on June 1, 2020

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

Posted on June 1, 2020

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

Posted on May 29, 2020

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

Posted on May 29, 2020

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…


Things to consider to operate a Multi-Tenant Kubernetes Cluster // Multi-Tenant Kubernetes Cluster를 운영하기 위해 고려할 사항

Posted on May 29, 2020

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…