cloud · container · kubernetes · openshift · power · ppc64le · tekton

tekton: no endpoints available for service “tekton-pipelines-webhook

If you see an error like the above one during your Tekton deployment, you can use the steps provided here to fix it. Issue: Solution:

kubernetes · openshift

openshift: useful commands

A list of useful oc commands: 1. Get the web console URL:

cloud · container · docker · IBM Cloud Private · kubernetes · linux · ppc64le

ppc64le: easily installing a single cluster of IBM Cloud Private 3.1.2

Willing to try the latest version of IBM Cloud Private? Try out this simple bash script that helps you on installing either EE or CE versions. Enjoy!

kubernetes · macos · minishift · openshift · x86_64

minishift: could not set oc CLI context for ‘minishift’ profile

I decided to install Minishift in the MacOS I’m using and during my first attempt I got the following (I pasted the full log): It took me a good amount of time to discover that doing the following solves the issue: And enables me to have Minishift up and running in MacOS:  

cloud · docker · kubernetes · linux · x86_64

x86_64: Installing Minikube

Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day [1]. This is a step-by-step installation guide that puts togheter in a single page all required steps to install… Continue reading x86_64: Installing Minikube

cloud · IBM Cloud Private · kubernetes · linux · openstack · power · ppc64le

linux: Installing IBM Cloud Private CE

Wondering to install IBM Cloud Private Community Edition 3.1.0 as a single node? Take a look at this video and learn how easy it is:  

cloud · IBM Cloud Private · kubernetes · linux · power · ppc64le

linux: IBM Cloud Private with GlusterFS

You can easily configure and install an IBM Cloud Private Cluster with GlusterFS for data persistence. See how it can be done by watching the video below:

IBM Cloud Private · kubernetes · linux

kubernetes: restarting failing Pods

To reboot all your failing Pods you can execute the following command: p.s: ensure you have successfuly authenticated in your cluster before executing it.