Tagged articles
3 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
May 25, 2023 · Cloud Native

OpenFaaS Product Background, Business Scenario, Architecture Design and Implementation

To replace wasteful physical‑machine scripts on Baidu’s Aladdin search platform, the team adopted OpenFaaS on a Kubernetes cluster, using its event‑connector, Prometheus‑driven autoscaling, and high‑availability gateway to run synchronous, scheduled, and asynchronous functions, achieving stable deployments with only 14 % CPU and 8 % memory of the original.

KubernetesResource OptimizationServerless
0 likes · 14 min read
OpenFaaS Product Background, Business Scenario, Architecture Design and Implementation
Top Architect
Top Architect
Dec 15, 2020 · Cloud Native

Building Containers Without Docker: Using BuildKit, Podman, Kaniko, and img

This article demonstrates several Docker‑free methods for building OCI container images—using Docker’s built‑in BuildKit, the standalone BuildKit daemon, Google’s Kaniko, and the img tool—through a practical OpenFaaS Go middleware example, comparing their features, commands, and limitations.

BuildKitDocker alternativeKaniko
0 likes · 16 min read
Building Containers Without Docker: Using BuildKit, Podman, Kaniko, and img