DEV Community

Choonho Son
Choonho Son

Posted on

Mac with Apple Silicon & Minikube

Install Docker

https://docs.docker.com/desktop/install/mac-install/

Image description

Install Minikube

https://minikube.sigs.k8s.io/docs/start/

Image description

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-arm64
sudo install minikube-darwin-arm64 /usr/local/bin/minikube
Enter fullscreen mode Exit fullscreen mode

Install kubectl

https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/

curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl"
Enter fullscreen mode Exit fullscreen mode

move and update execution

chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
sudo chown root: /usr/local/bin/kubectl
Enter fullscreen mode Exit fullscreen mode

Install helm

https://helm.sh/docs/intro/install/
Enter fullscreen mode Exit fullscreen mode

install

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Enter fullscreen mode Exit fullscreen mode

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more