Total 40 Posts

DevOps

Distributed Tracing using AWS X-Ray

As monoliths have been replaced by microservice applications, growing in size and complexity, the challenge…

Read More


Mar 08, 2021 6 min read

Amine Ouali Alami

DevOps

How to SSH Reverse Tunnel to a Remote DB Server in an AWS Private Subnet using an EC2 Bastion Jump Host

Do you have publicly inaccessible database that you need to SSH into? Using SSH Reverse Tunneling, aka SSH Reverse Port Forwarding, you can securely connect to the database without directly opening it up to a vector of attack.…

Read More


Dec 07, 2020 4 min read

Nima Binayifaal

AWS

Start Automating API Tests with Postman

What is Wrong with Cucumber? For a long time now many of us have been…

Read More


Nov 16, 2020 6 min read

Matt Reed, Amine Ouali Alami

API

CI Test unusual projects with GitHub actions and self-hosted runners

I contribute to Armbian [https://armbian.com], a Linux distribution for 120+ bespoke ARM-based Single…

Read More


Jun 26, 2020 7 min read

Lane Jennison

GitHub Actions

Easily Deploy a Minecraft Server onto GCP using Terraform & Docker

Traditionally, bringing up a Minecraft server involves manually installing all separate components and spending too much time in the command line. Using the Terraform recipe from this blog post we can easily bring up our own server without worrying about the granularities of manual deployment.…

Read More


Jun 08, 2020 7 min read

Nima Binayifaal

DevOps

Deploy to ECS using GitHub Actions

Building a DevOps platform nowadays can become a challenge for architecture and platform infrastructure teams…

Read More


Feb 04, 2020 3 min read

Amine Ouali Alami

JHipster

Deploying a JHipster app to AWS using Elastic Beanstalk

JHipster [https://www.jhipster.tech/] is a great development platform to help you bootstrap a…

Read More


Nov 07, 2019 5 min read

Theo LEBRUN

JHipster

Hybrid Cloud - Cloud Responsibly

In this post, we’ll describe the hybrid cloud concept, the benefits it provides, and…

Read More


Sep 11, 2019 5 min read

Lane Jennison, Courtney Parry, Rob Zabriskie

Cloud

Containerize your Spring Boot app with JIB

Java developers are familiar with building war or jar files using their preferred tools but…

Read More


Jul 25, 2019 4 min read

Amine Ouali Alami

DevOps

How Kubernetes Add to Your Business

Monolithic applications have been the industry norm for years, however, we here at Ippon have…

Read More


Jul 03, 2019 2 min read

Jeet Gajjar

Kubernetes

A Guinea Pig in the Cloud

This article is not about the latest experiment in the space industry. It is just…

Read More


Apr 03, 2019 11 min read

Bertrand Pinel

DevOps

Implement a Continuous Code Quality approach

Imagine waking up in the morning and find a huge puddle of water in the…

Read More


Feb 13, 2019 2 min read

Amine Ouali Alami

DevOps

Istio architectures generated by JHipster

JHipster [https://www.jhipster.tech/] is able to generate Kubernetes deployment descriptors for the applications…

Read More


Dec 07, 2018 9 min read

Fabien Arrault

Kubernetes

Going Serverless

The previous article Serverless architectures [https://blog.ippon.tech/serverless-architectures/] contained a definition and the…

Read More


Jun 20, 2018 10 min read

Steve Houël

DevOps

Serverless Architectures

As we know, the IT industry is constantly evolving: hardware evolutions, the advent of IoT,…

Read More


Feb 15, 2018 13 min read

Steve Houël

DevOps