kubernetes

Leveraging EKS Pod Identity to Inject ASM Secrets: A Step-by-Step Guide

EKS Pod Identity is a feature that enables applications running on EKS to securely access AWS services, such as AWS Secrets Manager, without the need for hardcoding or managing access credentials. Instead, EKS Pod Identity uses IAM roles to grant permissions to pods, allowing them to interact with AWS services seamlessly. In my last post, … Read More

15 Minutes With: Drew Rogers on DevOps

In this episode, our host Keith Gregory talks to Drew Rogers, a consultant here at Chariot. Drew specializes in DevOps, and recently worked with a client that needed to be untethered from any particular cloud platform — like AWS, or Google. So he implemented a solution that involved a Kubernetes cluster running on Azure. 



Philly ETE 2019 – Burr Sutter – Supersonic, Subatomic Java with Quarkus

Abstract Introducing Quarkus.io. The rise in popularity of the linux container as the primary way to package your application seemed like a simple change on the surface. Yet, as we saw with the Java Docker Fail problem, it was not a transition completely without challenges for the Java community. Furthermore, we have now seen a … Read More

Philly ETE 2019 – Burr Sutter – Kubernetes: Your Next Java Application Server

Abstract In the Java ecosystem, we have historically been enamored by the concept of the “Application Server,” the runtime engine that not only gave us portable APIs (e.g. JMS, JAX-RS, JSF, EJB) but also gave us critical runtime infrastructure for things like farm deployments, configuration, load-balancing, fail-over, distributed management and monitoring. In this session, we … Read More