Kubernetes Demystified: Solving Service Dependencies

An article proposing two solutions that include health checks and liveness and readiness probes to solve the issue of maintaining dependency between containers. Read all

Keep Stakeholders Informed During Major Incidents

Learn to properly communicate to keep stakeholders and customers updated during major IT incidents that affect system performance with research-based insights. Read all

Extracting Metrics From Jenkins Job Output

In this tutorial, learn how to extract data from Jenkins jobs in your software development workflow to produce meaningful metrics for your software pipeline. Read all

Introducing Source Dependencies in Gradle

This post takes a look at Gradle source dependencies that allow you to automatically check the source library to build binaries locally instead of downloading. Read all

5 Best Practices for AWS NACLs (Network Access Control Lists)

This post looks at the top five best practices for AWS NACLs, including using it with security groups inside a VPC, keeping an eye on the DENY rule, and more. Read all

Data Consistency in Microservices Architecture

This article aims to teach techniques to help with the challenging task of making data between microservices in distributed systems eventually consistent. Read all

How to Version Your Software

Versioning is an important part of how developers are able to identify and make updates to their software. Take a look at some different versioning methods. Read all

Microservices on AWS Fargate

In this tutorial, learn to create microservices architecture on AWS Elastic Container Service and configure tasks and services to enable continuous delivery. Read all

Understanding the Kubelet Core Execution Frame

This in-depth tutorial analyzes the way the Kubelet service performs Pod lifecycle management on the local node by analyzing the Kubelet source code. Read all

Dynamic Routing Through Zuul With a REST API and Spring Boot Without Spring Config — Sub-Domain to Subpath Router

This tutorial talks about using Netflix's Zuul as a proxy with a REST API and Spring Boot to route traffic from one web service to another with no downtime. Read all

 

 

 

 

Top