[Metallb] Create LoadBalancer Service on K8S (on-premise) so easily
Hiện tại phiên bản v0.13.x có 1 breakchange, but cũng rất dễ dàng setup. https://metallb.universe.tf/ Đây là các config mẫu.Bạn cần chọn ra 1 range IP cho loadbalancer.
Trình bày các công nghệ CLOUD một cách dễ hiểu.
Hiện tại phiên bản v0.13.x có 1 breakchange, but cũng rất dễ dàng setup. https://metallb.universe.tf/ Đây là các config mẫu.Bạn cần chọn ra 1 range IP cho loadbalancer.
Vừa qua mình gặp mội lỗi trên ingress nginx khi tạo ingress cho rancherkhi vào trong thì bị 404 và log trong ingress controller như dưới mình có đọc bài này:https://stackoverflow.com/questions/64946195/invalid-value-for-nginx-path
Sau khi chém gió đông tây thì có nhiều anh em còn hoài nghi là liệu Ingress-Nginx có load balancing cho protocol là GRPC hay ko? Bữa trước chúng ta được 1 sư huynh chỉ code GPRC rồi giờ test thử sem sao!Public GRPC via ingress-nginx.Và tham khoả thêm bài nàyhttps://dev.to/techschoolguru/load-balancing-grpc-service-with-nginx-3fio Mô hình chúng ta…
Hello anh em! Nếu là 1 system, 1 devops hoặc 1 devops trong hiện tại và cả tương lai.Bạn đang băn khoăn là mà muốn học 1 ngôn ngữ lập trình nào đó!I will suggest the Golang language to you! We will research such a power full protocol and trending which is GRPC. 1) Learning…
Read More “[GRPC/Golang] Learning GRPC and Golang through the easy and actual lessons.” »
Sau khi mình upgrade helm chart cho ingress-nginx thì ôi thôi.Mấy link ingress-chết ngắt. Fix valid IngressClass Rất cảm ơn anh Tâyhttps://forum.linuxfoundation.org/discussion/859965/exercise-7-nginx-update-requires-change-to-yaml theo như anh mô tạ có a breaking changehttps://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.0.0 If you miss the ingressclass the controller gives you: “Ignoring ingress because of error while validating ingress class” ingress=”default/ingress-test” error=”ingress does not contain a…
nginx.ingress.kubernetes.io/backend-protocol: “GRPC” Links: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/ Tue 30 Nov 2021: Mình thấy được 1 số issues: https://github.com/kubernetes/ingress-nginx/issues/6313 https://github.com/kubernetes/ingress-nginx/issues/5886 https://github.com/kubernetes/ingress-nginx/issues/4622#issuecomment-555571199 Như ingress-nginx không chơi với grpc với port 80
1) Letsencrypt Bài này thiên về việc tìm hiểu cert-manager hoạt động ntn.Mô hình của mình sẽ giống mô hình chuẩn công ty hay nhiều ip public Để thực hiện được bài này thì điều kiên quyết là bạn cận có 1 public ip và 1 port 80 nhé Vậy giờ mình muốn test cert-manager…
https://kubernetes.github.io/ingress-nginx/deploy/#using-helm 1) Metallb Hiện tại mình cũng chưa có nhu cầu cài lại Metallb và vẫn đang chạy ở phiện bản 1.12.1Tin mới là metallb đã có breaking changes in 0.13.x Cài đặt metallb trước để auto nhận các service LB Phần config trong file value để tạo 1 range IP cho LB addresses: -…
Read More “[Ingress Nginx/MetalLB] Install Ingress Nginx trên K8s bằng helm” »
Links video: Nếu theo như video thì cài ingress nginx thông qua helm. Hoặc cách các file yaml qua đây: https://xuanthulab.net/trien-khai-nginx-ingress-controller-trong-kubernetes.html Links git trong video nằm ở đây: https://github.com/justmeandopensource/kubernetes/tree/master/yamls/ingress-demo Ta có 3 file deployment tượng trưng cho 3 web khách nhau: Sau khi apply 3 file trên thì ra tạo nhanh service Chúng ta đi…
Read More “Hướng dẫn sử dụng ingress nginx và control ingress bằng annotations trên k8s” »