☁️ Cloud Native

  • Cloud Native

    What is Cloud Native? Data Lakehouse https://developer.aliyun.com/article/857341 https://developer.aliyun.com/article/789522 https://new.qq.com/omn/20220207/20220207A04MM800.html https://mp.weixin.qq.com/s/9S39gj24sLZcZ_BPrh_w-Q https://mp.weixin.qq.com/s/-QieRgCnqDCFs3onKOQCeQ 云计算简单概念 https://www.timescale.com/blog/create-a-data-pipeline-with-timescaledb-and-kafka/ https://mp.weixin.qq.com/s/vc5wkBFYpjbk2mSr0MR0BQ

  • K8s

    K8s https://kubesphere.io/zh/learn/level_1/lesson_2/video/ https://v2-1.docs.kubesphere.io/docs/introduction/what-is-kubesphere/#open-source https://kubesphere.io/ https://github.com/openshift/openshift-docs https://new.qq.com/omn/20220207/20220207A04MM800.html microk8s status --wait-ready microk8s enable dashboard dns ingress microk8s kubectl get all --all-namespaces echo "alias kubectl='microk8s kubectl'" > .bash_aliases source .bash_aliases kubectl get nodes microk8s start microk8s stop microk8s dashboard-proxy microk8s.

  • Kafka

    kafka Deploy kafka in docker https://hellokube.dev/posts/three-ways-zookeepeerless-kafka/ docker run -it --name kafka-zkless -p 9092:9092 -e LOG_DIR=/tmp/logs quay.io/strimzi/kafka:latest-kafka-3.1.0-amd64 /bin/sh -c 'export CLUSTER_ID=$(bin/kafka-storage.sh random-uuid) && bin/kafka-storage.sh format -t $CLUSTER_ID -c config/kraft/server.properties && bin/kafka-server-start.sh config/kraft/server.