OPENSHIFT | |
| OpenShift Error - no attribute oo_first_master |
|
|
|
|
KUBERNETES | |
| Adding or Changing an ENV Variable in a Kubernetes Deployment |
This is a very simple task. However one I occasionally get the syntax wrong for. The scenario is you need to modify the environmental variable of a Kubernetes Pod/Deployment. In order to do this you must edit the Deployment. Once this is saved a new pod is spawned and the old pod is terminated. This is repeated until all pods have been updated. When modifying the deployment if you create a syntax error k8s does not save the config change. |
|
|
|
Misc | ASCIINEMA - How to use it! |
In a few articles I have used Asciinema. I am not affiliated anyway with this tool just a big fan. It is the youtube of the command prompt. The service is free (As far as I have found). It allows you to record a terminal/bash session and upload it to their website. What it uploads is much smaller then a regular video. In addition if you want to copy and paste from the video, you can! |
|
|
|
IBM CLOUD | |
| API Connect - Multi Cloud deployments |
This article builds on top of the API Connect WhitePaper, this may be included in the WhitePaper in a future revision API Connect supports that each component running in its own cloud. The most common use of this is the Gateway Service (DataPower) running in AWS, IBM Cloud, Azure, GCP or any cloud that provides a Kubernetes Runtime. |
|
|
|
DATAPOWER | |
| Minimal Setup of a DataPower X2 Appliance [by R George Inness] |
Guest Post by R George Inness | |
Your company has just bought DataPower X2 appliances. The datacenter that they will be installed in is remote and you have been asked to put together a plan to remotely do their setup. This article will provide instructions and guidance on what is needed for a minimal setup to get the appliance on your network and accessible via the DataPower WebGUI. |
|
|
|
DATAPOWER | |
| High Level Migration Overview to the DataPower X2 Appliance [by R George Inness] |
Guest Post by R George Inness | |
Image taken from ibm.com Your company has just bought DataPower X2 appliances and you have been assigned to lead the effort to migrate from the current appliances to the new X2s and you are looking for some direction on how to put together a high-level plan. This article will give you an overview on how to plan and execute the migration with some key pointers on what to look for and possible gotchas. It will not be a detailed step by step on how to do the migration. |
|
|
|
API CONNECT | |
| API Connect White Paper Update v1.0.8 |
On the 15th of July, I updated the API Connect WhitePaper to 1.0.8. This can be downloaded from the same location as before, https://www.ibm.com/downloads/cas/30YERA2R |
|
|
|
KUBERNETES | |
| LogEar - Container Log to WebPage |
Frequently I get asked “What is the best strategy to enable access to the logs of container pods without giving access to Kubernetes?”. The obvious answer is log forwarding to a central location e.g. Splunk. However because of the cost of platforms like Splunk many organisations choose not to use it in Dev, or at least not straight away. |
|
|
|
KUBERNETES | |
| Helm ERROR 'User "system:serviceaccount:kube-system:default" cannot get namespaces in the namespace '"default"' |
|
|
|
|
API CONNECT | |
| Scaling out pods in Kubernetes with DataPower |
Kubernetes is a container orchestration system that provides many advantages. In this article I am going to describe how DataPower or any pod can be scaled out with a simple request. There are ways to solve this. |
|
|