Tag: Devops
-
How Infrastructure As Code is transforming platform engineering
Posted on May 2, 2024, Level intermediate Resource Length medium
Establishing and managing manual infrastructure for both hardware and software components, ensuring seamless operation of each tool individually and collectively, is a labor-intensive process susceptible to human error. By neosofttech.com.
Tags devops software app-development performance management
-
Securing Kafka communication channels on Kubernetes with TLS/mTLS
Posted on May 1, 2024, Level intermediate Resource Length medium
The article covers a guide on setting up TLS/Mutual TLS (mTLS) for securing communication between Kafka clients and servers, specifically in a Kubernetes environment, thus mitigating potential threats such as man-in-the-middle attacks and unauthorized access to data. We'll be starting off by diving into a bunch of topics that'll help you understand why we're doing what we're doing for our setup. By Aranya Chauhan.
Tags devops app-development infosec kubernetes ssl
-
Implement security breach prevention and recovery infrastructure
Posted on April 30, 2024, Level intermediate Resource Length medium
As part of Zero Trust adoption guidance, this article is part of the Prevent or reduce business damage from a breach business scenario and describes how to protect your organization from cyberattacks. This article focuses on how to deploy additional security measures to prevent a breach and limit its spread and to create and test a business continuity and disaster recovery (BCDR) infrastructure to more quickly recover from a destructive breach. By BrendaCarter, joe-davies-affirm and MicrosoftGuyJFlo.
Tags devops azure ssl app-development infosec teams servers
-
Cloud design patterns that support reliability
Posted on April 28, 2024, Level beginner Resource Length medium
When you design workload architectures, you should use industry patterns that address common challenges. Patterns can help you make intentional tradeoffs within workloads and optimize for your desired outcome. By ckittel and ShannonLeavitt.
Tags devops cloud software-architecture cio
-
Nginx Proxy Manager: A complete guide
Posted on April 24, 2024, Level intermediate Resource Length long
Nginx Proxy Manager (NPM) is an open-source and free application designed to simplify the management of Nginx's proxy, SSL, Access Lists, and more. It is built with a user-friendly dashboard that aims to help those users who aren't exactly Nginx CLI experts. Plus, it also provides free SSL via Let's Encrypt, Docker integration, and support for multiple users. By Diego Asturias.
Tags nginx web-development cloud software-architecture devops
-
Why and how to use site reliability golden signals
Posted on April 19, 2024, Level intermediate Resource Length medium
Engineers use SRE metrics to benchmark and improve the reliability and performance of systems and services. Learn more about the 4 golden signals (latency, errors, traffic, saturation). By @cortex.io.
Tags devops app-development performance teams
-
Build an API for your front end using Pages Functions
Posted on April 17, 2024, Level intermediate Resource Length short
In this tutorial, you will build a full-stack Pages application. Your application will contain a front end, built using Cloudflare Pages and the React framework and a JSON API, built with Pages Functions, that returns blog posts that can be retrieved and rendered in your front end. By @cloudflare.com.
Tags cloud microservices serverless software-architecture apis devops
-
How to build a custom API Gateway with Node.js
Posted on April 16, 2024, Level intermediate Resource Length short
In the era of microservices, where applications are divided into smaller, independently deployable services, managing and securing the communication between these services becomes crucial. This is where an API gateway comes into play. By Iroro Chadere.
Tags devops microservices software-architecture apis learning
-
DevOps security: Definition, best practices
Posted on March 22, 2024, Level beginner Resource Length long
DevOps has revolutionized the way organizations develop, deploy, and maintain applications. However, upholding security in a DevOps environment is a serious concern organizations must address in order to keep software development isolated from cyber threats while maintaining agility, production speed, and cross-team collaboration. By Anastazija Spasojevic.
Tags devops infosec cloud software-architecture learning
-
Mastering Ansible roles: best practices and effective strategies
Posted on March 12, 2024, Level intermediate Resource Length medium
In the dynamic world of DevOps, where automation and configuration management are paramount, Ansible emerges as a powerful open-source tool of choice for many professionals. With its ability to facilitate continuous delivery and streamline software code deployment, Ansible has become an indispensable asset in the DevOps toolkit. By Gagan Baheti.
Tags cloud containers devops ansible
-
2024 K8s benchmark report: The latest trends in workload reliability
Posted on March 11, 2024, Level intermediate Resource Length medium
According to Gartner, cloud computing will become an essential component of maintaining business competitiveness by 2028. Indeed, in 2024 spending on public cloud services is projected to reach $679 billion. While cloud spend is complex and costs originate from a number of sources, it is undeniable that many organizations are moving apps and services to the cloud and using Kubernetes to manage containers effectively and ensure workload reliability. By Joe Pelletier.
Tags kubernetes containers devops performance
-
The Role of APM in DevOps and SRE Practices
Posted on March 8, 2024, Level beginner Resource Length medium
As the software development world becomes faster, enterprises must adapt to customer demands by increasing their application's deployment frequency. They often rely on DevOps and Site Reliability Engineering (SRE) methodologies to achieve this. These approaches ensure high system availability amidst frequent deployments and prioritize delivering a seamless user experience. By Keren Feldsher.
Tags web-development app-development monitoring devops