Using Crane to Build Custom Image with 1-Click PrimeHub
先快速來個中文版
Crane 是 InfuseAI 剛推出的 Open Source Project,簡言之就是可以在已經裝好 Docker 的電腦上,免除撰寫 Dockerfile ,也免除透過 Command 方式編譯 Docker Image。另外也提供快速把自己在 Docker Hub 編譯好的 Image 加入 PrimeHub 環境裡,以下的範例,就以之前介紹的 1-Click 環境,客製化 Docker Image,裡面包含 PrimeHub 新推出的 SDK 。來看看吧~
Continue readingTips and Tricks: The usage of xargs for kubectl
When performing the operation on the cluster, you may need to check/edit the pod or resource back and forth. Here is one of the useful linux command xargs
to speed up your kubectl
operation.
HOWTO: delete the PrimeHub 1-Click Install
How to delete the PrimeHub 1-Click Install
After the 1-Click trial and you’re ready to explore your business value with PrimeHub. But hold on, remember to delete the trial instance.
Continue readingCloud-Native Observability Series, Part 1: How to monitor PrimeHub 1-Click Install with Portainer
How to monitor the PrimeHub 1-Click Install with Portainer
The first step after setting up the PrimeHub 1-Click onto Kubernetes is to find the solutions for observability, including monitoring, logging, and tracing. This article shows the easy way to build it.
Continue readingCombine TMUX and Bash history
Note if you’re working with multiple sessions and would save command onto history
Continue reading