Tag

Secrets

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jul 22, 2023 · Fundamentals

Modern Python Standard Library: Pathlib, Secrets, Zoneinfo, Dataclasses, Logging, f‑strings, Tomllib and Setuptools

This article reviews the most useful additions to the Python standard library—Pathlib, Secrets, Zoneinfo, Dataclasses, proper logging, f‑strings, Tomllib and Setuptools—explaining why they replace older modules, showing concise code examples, and offering guidance on adopting them in everyday projects.

PythonSecretsSetuptools
0 likes · 14 min read
Modern Python Standard Library: Pathlib, Secrets, Zoneinfo, Dataclasses, Logging, f‑strings, Tomllib and Setuptools
DevOps
DevOps
Apr 8, 2021 · Cloud Native

Encrypting Kubernetes Secrets with Sealed Secrets, Helm Secrets, and Kamus

This article explains three practical methods—Sealed Secrets, Helm Secrets, and Kamus—for encrypting Kubernetes secrets, covering their principles, encryption and decryption processes, installation steps, and usage examples with full command‑line and manifest snippets to securely store sensitive data in GitOps workflows.

DevSecOpsEncryptionHelm
0 likes · 23 min read
Encrypting Kubernetes Secrets with Sealed Secrets, Helm Secrets, and Kamus
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
AntTech
AntTech
Aug 11, 2020 · Information Security

Security Challenges of Kubernetes Secrets and Ant Group’s TEE‑Based End‑to‑End Protection

An interview with Ant Group senior engineer Qin Kailun reveals the inherent security flaws of Kubernetes Secrets—including plaintext storage, memory exposure, and vulnerable KMS plugins—and explains Ant Group’s TEE‑based end‑to‑end protection solution that encrypts secrets throughout their lifecycle.

Ant GroupKMSKubernetes
0 likes · 7 min read
Security Challenges of Kubernetes Secrets and Ant Group’s TEE‑Based End‑to‑End Protection
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 30, 2017 · Operations

How to Replace Travis CI with Drone: A Step‑by‑Step Docker‑Based CI Guide

This article walks you through replacing Travis CI with Drone, covering Docker‑based installation, configuration of docker‑compose, Nginx reverse proxy, systemd service, pipeline‑as‑code with .drone.yml, secret management, troubleshooting tips, and a concise summary of Drone's strengths and limitations.

CI/CDDevOpsDocker
0 likes · 16 min read
How to Replace Travis CI with Drone: A Step‑by‑Step Docker‑Based CI Guide