Tag

Declarative Configuration

1 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Oct 23, 2024 · Cloud Native

Remote Development and CI Equivalence with Cloud Native Build (CNB)

Remote development and CI share an identical Git‑based workflow, and CNB’s git‑clone‑yyds plugin plus declarative Dockerfile configuration enable rapid container startup, shared copy‑on‑write volume caching, and synchronized environment setup, making code preparation, dependency installation, and compile/test phases functionally equivalent across both contexts.

CI/CDCNBDeclarative Configuration
0 likes · 9 min read
Remote Development and CI Equivalence with Cloud Native Build (CNB)
Bilibili Tech
Bilibili Tech
Sep 19, 2023 · Operations

Server System Environment Baseline Management: Declarative Configuration, Multi‑OS Adaptation, Group Management, and Gray‑Release

The document proposes a declarative, multi‑OS baseline management platform that groups servers, supports gray‑release rollouts, monitors state, and automatically restores configurations, extending open‑source tools to provide versioned, conditional, and auditable system‑environment control across a large‑scale infrastructure.

Configuration ManagementDeclarative ConfigurationGroup Management
0 likes · 13 min read
Server System Environment Baseline Management: Declarative Configuration, Multi‑OS Adaptation, Group Management, and Gray‑Release
DevOps Cloud Academy
DevOps Cloud Academy
Nov 2, 2020 · Cloud Native

Kustomize Tutorial: Declarative Kubernetes Configurations with Overlays, Patches, Secrets, and Image Updates

This article demonstrates how to replace Helm with Kustomize for managing Kubernetes manifests, covering installation, base and overlay structures, strategic patches for environment variables, replica counts, secrets, ConfigMaps, and image version updates, and shows how to build and apply the final configuration.

Declarative ConfigurationDevOpsImage Management
0 likes · 13 min read
Kustomize Tutorial: Declarative Kubernetes Configurations with Overlays, Patches, Secrets, and Image Updates