Systems | Development | Analytics | API | Testing

An Introduction to Apache Airflow and Talend: Orchestrate your Containerized Data Integration and Big Data Jobs

In my last blog I described how to achieve continuous integration, delivery and deployment of Talend Jobs into Docker containers with Maven and Jenkins. This is a good start for reliably building your containerized jobs, but the journey doesn't end there. The next step to go further with containerized jobs is scheduling, orchestrating and monitoring them.

API Management with Istio - Take5

Kubernetes can be a great orchestration platform for your microservices but these services can grow complex and difficult to manage. Enter Istio, an integrated way to create a network of your services and manage load balancing, authentication, and more! Join us as we walk you through Istio and several ways it can help you wrangle your applications. In this episode, we'll be working with Apigee to manage a full API.

Kubernetes & CNCF Panel: Joseph Jacks, Jonathan Kratter, Marco Palladino, Christian Posta

Containers enable microservice architectures by making it easy to develop, package, and run microservices in an efficient, run-anywhere format. The mutually reinforcing trends of microservices and containerization have fueled the adoption of Kubernetes, which in turn drove the proliferation of a cloud-native tooling and the formation of the Cloud Native Computing Foundation.

Overview: Talend Server Applications with Docker

Since the release of Talend 7, a major update in our software, users have been given the ability to build a complete integration flow in a CI/CD pipeline which allows to build Docker images. For more on this feature, I invite you to read the blog written by Thibault Gourdel on Going serverless with Talend through CI/CD and Containers.

Going Serverless with Talend through CI/CD and Containers

Continuous integration, delivery and deployment, known as CI/CD, has become such a critical piece in every successful software project that we cannot deny the benefits it can bring to your project. At the same time, containers are everywhere right now and are very popular among developers. In practice, CI/CD delivery allows users to gain confidence in the applications they are building by continuously test and validate them.