Join us

ContentUpdates and recent posts about werf..
Link
@faun shared a link, 1 year ago
FAUN.dev()

v1.33: Prevent PersistentVolume Leaks When Deleting out of Order graduates to GA

Kubernetes v1.33finally pulls its socks up with storage cleanup. It now respects reclaim policies by wielding finalizers. No more leakingPersistentVolumes, even if you delete PVs like a mad hatter... read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

Cutting Kubernetes Costs with kube-downscaler

kube-downscaleris your go-to for scheduling time-based scaling inKubernetes. It dodges HPA’s hiccups for pre-planned workloads. Imagine cron jobs but for replicas. Straightforward, effective, and perfect for trimming costs on snoozing dev environments... read more  

Cutting Kubernetes Costs with kube-downscaler
Link
@faun shared a link, 1 year ago
FAUN.dev()

Microservices Are a Tax Your Startup Probably Can’t Afford

Premature microservicesare like planting seeds in concrete. They'll stall your startup's momentum. A monolith is your friend here—simple, reliable, with the vast realm of open-source at your disposal. A crispmonorepotightens team synergy and sidesteps the quagmire of complexity, unlike those headach.. read more  

Microservices Are a Tax Your Startup Probably Can’t Afford
Link
@faun shared a link, 1 year ago
FAUN.dev()

v1.33: Fine-grained SupplementalGroups Control Graduates to Beta

Kubernetes v1.33 rolls in a snazzy beta feature: control over supplemental group merging in containers. It sharpenssecurityby exposing those sneaky implicit GIDs. But don't get too cozy—this power comes with strings. You’ll need CRI runtimes that play nice, or your pods will get the boot on unsuppor.. read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

Podfox: World's First Container-Aware Browser

Podfoxswoops in to transform your browser into a Podman rootless container with a SOCKS proxy—no port forwarding monkey business required. It's like magic for your dev groove. Meanwhile,Homebrewgives container development a twist: it mounts user environments in read-only mode. This way, your favorit.. read more  

Podfox: World's First Container-Aware Browser
Link
@faun shared a link, 1 year ago
FAUN.dev()

From Edge to Enterprise: The StarlingX Advantage

StarlingXtackles low-latency like a boss, perfect for edge and enterprise clouds. It weaves together real-time Linux and OVS DPDK, all while juggling up to5,000 nodes. It scales effortlessly, sprinting from humblesingle-nodesetups to sprawlingtens-of-thousandsin multi-region clouds. Timing precision.. read more  

From Edge to Enterprise: The StarlingX Advantage
Link
@faun shared a link, 1 year ago
FAUN.dev()

Major Updates to VS Code Docker: Introducing Container Tools

Dockertransforms intoContainer Tools, handing developers the keys to tool customization and runtime selection. A pivotal shift for those who dwell in the land of containers... read more  

Major Updates to VS Code Docker: Introducing Container Tools
Story
@laura_garcia shared a post, 1 year ago
Software Developer, RELIANOID

Women in STEM

🚺✨ The rise of women in STEM is inspiring change, and nowhere is this more evident than in Cybersecurity. Despite making up only 24% of the workforce, women are increasingly leading the charge in securing our digital world. RELIANOID is proud to champion gender diversity in the cybersecurity sector...

Blog women and girls in STEM and Cybersecurity RELIANOID
Link
@anjali shared a link, 1 year ago
Customer Marketing Manager, Last9

CloudWatch vs OpenTelemetry: Choosing What Fits Your Stack

CloudWatch vs OpenTelemetry: Understand the trade-offs and choose the observability approach that fits your team's architecture and workflows.

otel
Link
@anjali shared a link, 1 year ago
Customer Marketing Manager, Last9

OpenTelemetry PHP: A Detailed Implementation Guide

Learn how to set up OpenTelemetry PHP to collect traces, metrics, and logs from your PHP apps and improve observability across your stack.

logging
werf is a CNCF Sandbox CLI tool to implement full-cycle CI/CD to Kubernetes easily. werf integrates into your CI system and leverages familiar and reliable technologies, such as Git, Dockerfile, Helm, and Buildah.

What makes werf special:

- Complete application lifecycle management: build and publish container images, test, deploy an application to Kubernetes, distribute release artifacts and clean up the container registry.
- Ease of use: use Dockerfiles and Helm chart for configuration and let werf handle all the rest.
- Advanced features: automatic build caching and content-based tagging, enhanced resource tracking and extra capabilities in Helm, a unique container registry cleanup approach, and more.
- Gluing common technologies: Git, Buildah, Helm, Kubernetes, and your CI system of choice.
- Production-ready: werf has been used in production since 2017; thousands of projects rely on it to build & deploy various apps.