In this post I provide an example of how to use Skaffold with Travis CI to build a CI/CD pipeline that deploys your code in a production Kubernetes cluster. I also have a quick discussion on why I switched from AWS Serverless with Lambda to Kubernetes. Skip the overview for procedural steps.
Recent Posts
APM Cookbook – Okta MFA Integration
Configure F5 APM and Okta to provide multi-factor authentication for legacy apps
Kerberos is Easy – Part 2
Some of the first steps I take when I run into Kerberos/APM issues
F5 APM and Okta Integration
I’m happy to announce the F5 APM and Okta integration guide has been published on Okta’s website. I’ve been playing with this solution for the past 4 months and I have to say it’s pretty cool. F5 Access Policy Manager and Okta complement each other well and provide customers a solution to address identity, access […]
Yubikey One-Time-Password Authentication with APM
configure F5’s Access Policy Manager to use Yubikey One-Time-Password for 2nd factor authentication
U2F Authentication with F5 APM and Duo Security
I’ve been working on Universal 2nd Factor (U2F) authentication today and it’s a very interesting concept. There is no requirement to enter a 6-digit code for 2nd factor authentication. The website I’m logging into detects my Yubikey and the key button flashes a blue light. Press the button and you’re automatically authenticated. I’ve configured it with some of the […]
iRules LX – AFM/APM Dynamic Firewall Rules
Dynamically open firewall rules based upon user authenticated sessions using iRules LX
iRules LX – 5 Tips to Get You Started
5 trips to get your started with iRules LX
Prepopulate APM Username From O365 Login
How-to prepopulate APM’s username based upon O365 login page.
Easily Copy an ISO to Multiple BIG-IPs
With 12.1 dropping yesterday I have multiple BIG-IPs I need to upgrade in my lab environment. In the lab we have a CIFS share that stores the ISOs so I can upload the 12.1 ISO to each F5 from that filer with the following command. mkdir /tmp/iso mount -t cifs -o username=user,password=user //10.1.1.254/ISO /tmp/iso/ rsync […]