Kubernetes

  • How to deploy StarRocks with IAM enabled in AWS EKS?

    This article records a practical walkthrough for deploying StarRocks on AWS EKS with IAM enabled, using CloudShell, eksctl, Helm, and IAM service accounts. It starts from creating an EKS cluster and fixing pod scheduling issues by reducing FE and BE resource requests, then shows how to bind IAM roles to StarRocks pods so they can access services such as S3 and Glue, and finally covers applying the updated Helm values, connecting to the cluster, and cleaning up both the IAM service account and the EKS cluster after the test.

    2024年9月9日
    1.2K0
  • Kubernetes 之 Minikube 国内安装

    这篇文章针对国内网络环境下安装和使用 Minikube 的实际困难,给出了一套基于阿里云镜像的替代方案。内容先说明 kubectl、Minikube 和 VirtualBox 的准备方式,再重点提供使用阿里云镜像源启动 Minikube 的命令,以及后续将官方示例中的 k8s.gcr.io 镜像地址替换为阿里云容器镜像地址的方法,从而让 Kubernetes 官方入门流程在国内网络条件下可以顺利执行。

    2020年1月16日
    4.8K0