Systems | Development | Analytics | API | Testing

Health Check Command in Docker

Development is more reliable and streamlined with Docker. With Docker, developers can design fast, easy, and portable applications - both on desktops and in the cloud - by terminating redundant, mundane configuration tasks. Furthermore, to UIs, CLIs, APIs, and security, Docker's integrated end-to-end platform is built to incorporate across the entire application delivery pipeline. In Docker Containers, the HEALTH CHECK instruction determines their health status.

Introducing Kong Gateway Operator

Kong Gateway Operator is a next-generation deployment mechanism founded on the operator pattern that allows Kong Gateways to be provisioned in a dynamic and Kubernetes-native way, enabling automation of #Kong cluster operations and management of the Gateway lifecycle. In this video @Viktor Gamov , a principal developer advocate with @Kong demonstrates how to install Kong Gateway Operator, how to enable HTTP routes and how to upgrade Kong Gateway in seconds without downtime.

Leveraging SoapUI and Testkube to Test your APIs Under Kubernetes

With APIs consuming the world of software, and microservices conquering the land of monoliths, how are organizations handling their API estates at scale? Kubernetes, the container orchestration system, has been an extremely popular choice for many to deal with management, scaling, and deployment of microservices.

Tech Talk - Service Mesh and GitOps Beyond Kubernetes

The #container adoption journey may be simple for experienced practitioners in greenfield development -but many established enterprises still face the daunting beginning of this journey, carrying the weight of complex monolithic applications on traditional compute. Join Kat and Christian as they extend #servicemesh and #GitOps beyond the boundaries of #Kubernetes. In this talk, you’ll learn.

Docker: Volumes Vs Bind Mounts

The Docker environment provides loose isolation between your applications and your host machine because it containerizes your applications. In other words, this implies that your application operates in a container independently of your host computer in order to achieve its intended results. Docker containers have a writable layer on top that allows you to modify the contents of the container while it is running. However, the container lifecycle dictates how these changes are made.

Kong and Red Hat: Delivering Seamless Customer Experience

As companies are transforming themselves to compete in the cloud era, there’s renewed emphasis on delivering seamless customer experience, improving IT infrastructure, and releasing applications faster. As companies embark on the cloud adoption journey, Red Hat OpenShift gives developers a greater choice of components to build robust applications.

Docker Tutorial: How to Create and Run Helix QAC as a Container

In this Docker tutorial, you will learn how to create and run Helix QAC as a containerized image. The basic definition of Docker is an open-source and popular operating-system-level virtualization (commonly known as “containerization”) technology that is lightweight, portable, and primarily runs on Linux and Windows. Docker makes it easier to create, deploy, and run applications by using containers.

Kubernetes Load Testing: Speedscale vs NeoLoad

In this article, you’ll be introduced to two tools: Speedscale and NeoLoad. Both of these tools offer you a way to load test your applications. This post will compare their ease of setup, development experience, fit within a modern infrastructure, and integration into CI/CD. Load testing is not a new concept in any way: the term was common even before Google Trends started recording data in 2004.