This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tính năng | Istio | Linkerd | Consul | |
---|---|---|---|---|
Thông tin chung | ||||
Viết bằng Golang | Có | Có | Có | |
Mã nguồn mở | Có https://github.com/istio/istio | Có https://github.com/linkerd/linkerd2 | Có https://github.com/hashicorp/consul | |
Có bản hỗ trợ thương mại | Tính năng beta sẵn có trên GCP | Có | Có | |
Tài liệu hướng dẫn | Có | Có | Có | |
Được chống lưng bởi | Google IBM | Buoyant. Các CTO đều là những người làm hạ tầng cho Twitter tách ra để mở công ty riêng | HashiCorp. CTO là những người rất trẻ và xây dựng được công ty thành công ty tỷ đô | |
Phiên bản hiện tại | 1.6 | 2.8 | 1.8 | |
Kiến trúc sử dụng | ||||
Môi trường áp dụng | Kubernetes + VM | Chỉ có Kubernetes | Kubernetes + VM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "google_compute_instance" "lb01" { | |
boot_disk { | |
auto_delete = "true" | |
device_name = "lb01" | |
initialize_params { | |
image = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1604-xenial-v20191204" | |
size = "20" | |
type = "pd-standard" | |
} |