Systems | Development | Analytics | API | Testing

Containers

Introducing Kong Gateway Operator

In our next #KongBuilders #livestream on November 16, Viktor Gamov from Kong will deep dive into 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.

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.

Configuring & Debugging a Multibranch Kubernetes-Native Pipeline with Argo

We always want to use the best of the best when it comes to Kubernetes tooling. We keep up with the latest projects, download them when ready to try them out, and see where they could fit in our development work here at Rookout. As part of our migration to Kubernetes native tools, our most important goal is to make it seamless and smooth so our developers will stay agile, fast, and happy. For some of that migration, we’ve faced some challenges, particularly with pipelines.

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.