Search results for: kubernetes


Gitops at scale for a multi-cloud, multi-region stateful application

Posted on October 2, 2020

GitOps is a way of doing DevOps using git repositories as the source of truth for all configuration and code and automating deployments from those sources of truth. The team at InfluxData is running a database as a…


Cloud Native Computing Foundation Releases Schedule for KubeCon + CloudNativeCon North America 2020 Virtual

Posted on October 1, 2020

The event will feature four days of educational sessions, technical content, and networking for anyone looking to learn about the cloud native ecosystem SAN FRANCISCO, Calif. – October 1, 2020 – The Cloud Native Computing Foundation® (CNCF®), which…


With an eye toward standardization and security for its media brands, Verizon Media turned to cloud native

Posted on September 30, 2020

With brands ranging from Yahoo to HuffPost, TechCrunch, and many others, Verizon Media is focused on entertaining, informing, and connecting people.  But as the portfolio grew, connecting all of the brands’ infrastructure became a challenge. When Verizon Media…


Verizon Media

Posted on September 30, 2020

With brands ranging from Yahoo to HuffPost, TechCrunch, and many others, Verizon Media is focused on entertaining, informing, and connecting people. But as the portfolio grew, connecting all of the brands’ infrastructure became a challenge. When Verizon Media…


Nulab

Posted on September 29, 2020

Nulab 用生产力工具 Backlog、Cacoo、Typetalk 服务全球 400 万用户。“我们的使命是让大家不管身处何地,都会觉得生产力很有趣、很享受,”营销总监 Bing Han 说,“很多客户在全球各地都有办公室,他们都用我们的工具沟通。” 但 Nulab 却发现自己的生产力被运行在 AWS 上的 Cacoo 旧版单体式 Java 应用程序拖了后腿。“我们的技术太老,”软件工程师 Jay Chen 说,绘图工具 Cacoo 是 7 年前装在 Java 6 上的,每一次版本升级都要一个工程师花整整2 周时间,还要额外再花 1 周时间测试。“Cacoo 越来越大,真的很难找到系统里所有可能存在的漏洞,”他说,“但我们必须要部署,还要知道它的运行情况,压力真的很大。” 应用程序扩展很难,系统增加新特征或新功能也很难。“每一个细小的变化都要花费更长的时间,”Chen 说。 此外,Nulab 自 2004 年在日本创立之后,近年来将办公机构拓展到了…


Enforce Ingress Best Practices Using OPA

Posted on September 29, 2020 | By Mohamed Ahmed

Guest post originally posted on Magalix blog by Mohamed Ahmed In this section of our OPA series, we define policies that ensure that no bad Ingress definitions will be deployed to our cluster. If you haven’t already done…


Monitoring ADCs the Cloud Native Way With Prometheus and Grafana

Posted on September 28, 2020 | By Dave Blakey

Guest post by Dave Blakey, CTO Snapt Cloud Native computing has fundamentally shifted the paradigm for how applications are built and run. Built around concepts of ephemeral compute and immutable infrastructure based on Containers, Cloud Native computing focuses…


BuiltIn: “What is Cloud Native and Why is it Important”

Posted on September 25, 2020

When Cloud Native Computing Foundation (CNCF) general manager Priyanka Sharma has to explain what she does to someone at a dinner party, she starts by asking if they’ve heard of Kubernetes: CNCF’s primary open-source software project, which helps organizations manage their cloud…


You can handle pods, but what about clusters?

Posted on September 25, 2020 | By Joshua Fox

Member Blog Post Guest post originally published on DoiT International’s blog by Joshua Fox Kubernetes makes it easy to orchestrate the pods that run your applications. But what about the clusters that the pods run on? These need…


K8s audit logging deep dive

Posted on September 24, 2020

Many people know that Kubernetes can report API activity to logging back ends and that auditing is a powerful security tool, but what happens in the real world when you have: Multiple API servers Mutating Admission Controller Webhooks…