Posts
AllAnnouncementArtifactoryBackstageBlogBotdevelopmentCharityCloud-initConferencesConfig as codeContainersDesignDockerFdoGitopsGolangHugoJavaJenkinsLinuxOpenshiftOpensourceOsPatternsPlatformPodmanRHACMRHELRHUGRedhatResourcesRunningSecuritySpring bootSpringbootWebsiteapi-design
RAM GOPINATHAN
September 14, 2026
Provisioning Devices and Onboarding to FlightCTL
Building a bootc image with the FlightCTL agent, baking it into an AMI, and provisioning EC2 test devices that inject their enrollment credentials via cloud-init and show up as pending enrollments in FlightCTL.
RAM GOPINATHAN
September 12, 2026
Deploying FlightCTL on EKS: Edge Fleet Management with Keycloak OIDC
A step-by-step walkthrough of standing up FlightCTL on Amazon EKS with Keycloak OIDC auth, ALB ingress, and a dedicated NLB for mTLS device enrollment.
RAM GOPINATHAN
January 22, 2026
PODMAN TIPS: Implementing init container pattern for containers running on PODMAN
If you’ve worked with Kubernetes, you’re probably familiar with init containers—containers that run before the main application and are typically used for setup or initialization tasks. In this post,…