Shane Boulden's contributions
Containerized Python Flask development on Red Hat OpenShift
Shane Boulden
Create a containerized development environment for Flask-based Python projects with Red Hat CodeReady Workspaces and Red Hat OpenShift.
Use the Kubernetes Python client from your running Red Hat OpenShift pods
Shane Boulden
Learn how to create a Flask application running on OpenShift, which will use the Kubernetes Python client to interact with the OpenShift API.
Create a scalable REST API with Falcon and RHSCL
Shane Boulden
APIs are critical to automation, integration and developing cloud-native applications, and it's vital they can be scaled to meet the demands of your user-base. In this article, we'll create a database-backed REST API based on the Python Falcon framework using Red Hat Software Collections (RHSCL)
Using API keys securely in your OpenShift microservices and applications
Shane Boulden
In the microservices landscape, the API provides an essential form of communication between components. To allow secure communication between microservices components, as well as third-party applications, it's important to be able to consume API keys and other sensitive data in a manner that doesn't place the data at risk. Secret objects are specifically designed to hold sensitive information, and OpenShift makes exposing this information to the applications that need it easy. In this post, I'll demonstrate securely consuming API keys...
Containerized Python Flask development on Red Hat OpenShift
Shane Boulden
Create a containerized development environment for Flask-based Python projects with Red Hat CodeReady Workspaces and Red Hat OpenShift.
Use the Kubernetes Python client from your running Red Hat OpenShift pods
Shane Boulden
Learn how to create a Flask application running on OpenShift, which will use the Kubernetes Python client to interact with the OpenShift API.
Create a scalable REST API with Falcon and RHSCL
Shane Boulden
APIs are critical to automation, integration and developing cloud-native applications, and it's vital they can be scaled to meet the demands of your user-base. In this article, we'll create a database-backed REST API based on the Python Falcon framework using Red Hat Software Collections (RHSCL)
Using API keys securely in your OpenShift microservices and applications
Shane Boulden
In the microservices landscape, the API provides an essential form of communication between components. To allow secure communication between microservices components, as well as third-party applications, it's important to be able to consume API keys and other sensitive data in a manner that doesn't place the data at risk. Secret objects are specifically designed to hold sensitive information, and OpenShift makes exposing this information to the applications that need it easy. In this post, I'll demonstrate securely consuming API keys...