In IBM Cloud Code Engine you also can use kubectl commands to get information about your running application in addition to the IBM Cloud Code Engine CLI.
Build and push a container image to IBM Cloud Container Registry using bash automation
This extract is from a bash automation script in the question-answering GitHub project. The bash script automates the deployment to IBM Cloud Code Engine. The extraction is about the building and pushing a container to the IBM Cloud Container Registry.
How to set up Caikit and use Hugging Face models examples
This small blog post is about how to set up a demo environment for using Caikit and Hugging Face models on your local machine.
How to set up a virtual environment for Python
This blog post is a small cheat sheet on setting up a virtual environment for Python venv.
Standard config files to save PATH settings for shell scripting
These are the standard config files that save PATH settings for shell scripting. There is an appropriate Stackoverflow entry: What's the difference between .bashrc, .bash_profile, and .environment?
A custom Reranker deployment on Kubernetes
The objective of this project is to deploy the Reranker to a Kubernetes cluster in a VPC on IBM Cloud and access the REST API of the Reranker. The Reranker is a component of PrimeQA.
Example of how to connect and use Elasticsearch on IBM Cloud Databases using bash automation and CURL commands
This blog post is a short example of connecting to Elasticsearch on IBM Cloud with Databases for Elasticsearch using bash scripting with cURL.
Show the collection IDs of IBM Cloud Watson Discovery projects using cURL
This blog post is a simple example (cheat sheet) of listing the collections for a project in Watson Discovery using cURL and the IBM Cloud Watson Discovery API V2. You can get more details in the IBM Cloud Watson Discovery API documentation. 1. Log on to IBM Cloud ibmcloud login (-sso) 2. List the projects OAUTHTOKEN=$(ibmcloud... Continue Reading →