Join us

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

AWS Incident Detection and Response now available in 16 additional AWS regions

AWS Incident Detection and Response, now available in 16 additional regions, offers AWS Enterprise Support customers around-the-clock expert-engineered incident management with <5-minute response times and tailored runbooks to minimize risk and ensure swift recovery of critical workloads... read more  

AWS Incident Detection and Response now available in 16 additional AWS regions
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Streamline Your Azure Workflow: Introducing GitHub Copilot for Azure in VS Code

GitHub Copilot for Azure, seamlessly integrated into VS Code, empowers developers to manage Azure tasks and troubleshoot applications quickly without leaving their editor, offering capabilities like provisioning services, deploying apps, and diagnosing performance issues, all while providing up-to-d.. read more  

Streamline Your Azure Workflow: Introducing GitHub Copilot for Azure in VS Code
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Announcing the 2024 DORA report

The DORA research program has been investigating high-performing technology-driven teams and organizations. The 2024 Accelerate State of DevOps Report marks a decade of research, with key metrics becoming industry standards for software delivery performance measurement. AI adoption is reshaping soft.. read more  

Announcing the 2024 DORA report
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Google's 'Big Sleep' AI Project Uncovers Real Software Vulnerabilities

Google's AI program uncovered a real-world software vulnerability in SQLite before an official software release. The AI agent triggered the bug and caused SQLite to crash, helping Google researchers provide root-cause analysis. The project shows that large language models can be effective in finding.. read more  

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

Managing AWS SSM Parameters with Terraform with External Updates

Learn to manage AWS SSM Parameters with Terraform while allowing external updates seamlessly. Terraform's lifecycle meta argument can help ignore changes made to SSM Parameters outside of Terraform. This ensures that your infrastructure is tracked accurately while staying in sync with external updat.. read more  

Managing AWS SSM Parameters with Terraform with External Updates
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

SAST vulnerabilities summary now available on the security overview dashboard

GitHub has launched Actions Performance Metrics in public preview, providing Free, Pro, and Team plan users with a sophisticated observability UI for detailed insights into workflow or job performance, addressing issues like completion time, wait time, failure consistency, and origin of long runs... read more  

SAST vulnerabilities summary now available on the security overview dashboard
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Benchmarking how end users perceive an application’s performance

To strategically navigate unpredictable traffic and ensure optimal user experiences, developers should benchmark entire critical user journeys (CUJs) end-to-end using tools like Locust, integrating these practices into their development process to proactively manage performance, continuously optimiz.. read more  

Benchmarking how end users perceive an application’s performance
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Create Your First PowerShell Azure Function: A Step-by-Step Guide

Creating an Azure Function to run PowerShell scripts on the cloud entails setting up an HTTP-triggered function app using PowerShell 7.2 on Linux, employing locally redundant "Standard_LRS" storage for cost-efficiency, and ensuring dependencies like Az.Storage, Az.Functions, and .NET Core SDK are in.. read more  

Create Your First PowerShell Azure Function: A Step-by-Step Guide
Link
@faun shared a link, 1 year, 7 months ago
FAUN.dev()

Linux 6.12-rc6 Released With That Latest Performance Optimization & Various Fixes 

Linux 6.12-rc6 boasts a~2.6%performance boost, crucial Bcachefs fixes, and various patches, gearing up to be the year's Long Term Support kernel with the stable release anticipated in late November, though Torvalds' usual announcement was initially delayed... read more  

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

Terraform Map Variable: A Complete Guide with Practical Examples

Terraform map variables allow you to manage configuration through key-value pairs, streamlining code across environments and regions without repetition. Common types include map(string) for single values, map(object) for structured configurations, and nested maps for handling complex setups like env.. read more  

Terraform Map Variable: A Complete Guide with Practical Examples
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.