Posts

Showing posts from August 19, 2024

Kubernetes 1.31 || Testing the Image Volume mount feature using Minikube

Image
With Kubernetes new version 1.31 ( https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/ ) there are so many features releases for which are in alpha, beta and stable state. 1 of the new feature which is can really good in the world on AI and other use case is " Support for image volumes ".  I am not going to focus on the different use cases for now, but was trying to test this locally using Minikube. Env Setup  Mac (14.1.2) Minikube (v1.33.1) Driver - docker Container Runtime - cri-o(v1.31) hard requirement for now Minikube Setup $minikube start --feature-gates=ImageVolume=true --driver=docker     --nodes 1     --cni calico     --cpus=2     --memory=4g     --kubernetes-version=v1.31.0     --container-runtime=cri-o     --profile crio 😄  [crio] minikube v1.33.1 on Darwin 14.1.2 (arm64)     ▪ KUBECONFIG=/Users/kulsharm2/OSB/aks/staaks ❗  Specified Kubernetes version 1.31.0 is new...