Systems | Development | Analytics | API | Testing

Containers

Kong Gateway Enterprise and Amazon EKS Anywhere Bare Metal

One of the most critical requirements for an Application Modernization project is to support workloads running on multiple platforms. In fact, such projects naturally include in their transformation process migrating workloads approach using the hybrid model. Another typical technical decision that commonly comes up is the adoption of Kubernetes as the main platform for the existing services and microservices originated by the modernization project.

Local Kubernetes Environments: Part 2

Kubernetes shouldn’t be reserved for production. Using local Kubernetes in development means you can build and test your service using the same technologies as your live deployments. Some organizations provide a shared Kubernetes cluster for development activities. Others offer on-demand virtual clusters that serve staging environments for significant changes.

Docker Crash Course: Fundamentals of Docker in 1 Hour!

In this crash course you are going to get some real worthy insights over what docker is all about? Docker enable both the tester and developer to run the application in the Docker environment without having to face differences in dependencies issue as before.​ Here you can find out how this miracle can happens. We will talk about containers, libraries, configuration files, dependencies, and other necessary parts to operate the application.​
Sponsored Post

Kubernetes vs Docker: Key Differences

It's impossible to learn about containerization without hearing about Docker and Kubernetes. These two tools together dominate the world of containers, both being the de-facto standard in what they each do. When you're first getting started learning about containers, it can be quite a challenge to figure out what the differences are between these two tools.

Connecting Apigee to GKE using headless services and Cloud DNS

We’ve recently supported an organization who wanted to expose its Google Kubernetes Engine (GKE) backend behind Apigee X. A quite common architecture, which most of the users delivering modern web applications on Google Cloud tend to build upon. In this scenario, Google’s API gateway, Apigee, receives requests and performs L7 routing, redirecting you to the correct backend application, running as one or more pods on GKE.

Plugging-in Kubernetes

Kubernetes has been becoming the standard operating environment for applications over the past several years. With the xk6-kubernetes extension, you can add direct support for Kubernetes objects (ConfigMaps, Deployments, Jobs, et al) directly within your test scripts. Imagine, your test scripts could now directly setup your test environment by pre-scaling your services, change configuration, or even inject a little chaos _during_ your tests by deleting running pods to observe how your overall system behaves.
Sponsored Post

How to Test Microservices in Kubernetes

In this article, you will learn about some of the tools to test microservices running in a Kubernetes cluster. In particular, we will compare the Speedscale CLI tool with other tools and the main benefits of using Speedscale CLI. In the last few years, software companies have been shifting from building monolith applications to utilizing smaller microservices. In a microservices architecture, you operate with decentralized applications. This means that there's a separation in which each service is responsible for a specific component of your application.