XiaoMi/naftis
Fork: 248 Star: 1900 (更新于 1970-01-01 00:00:00)
license: Apache-2.0
Language: Go .
An awesome dashboard for Istio built with love.
最后发布版本: 0.1.4-rc6 ( 2019-01-09 19:47:38)
Naftis
Naftis is a web-based dashboard for Istio that helps users manage their Istio tasks more easily. Using Naftis, we can customize our own task templates, build tasks from them, then execute them.
Features
- Integrates with some real-time dashboards
- Customizable task template
- Supports Rollback specific tasks
- Optimized Istio service graph with support for specifying particular root service nodes
- Diagnose data of Istio services and pods
- Out of the box, easy deployment with
kubectl
commands - Istio 1.0 supported
Quick start
# download latest Naftis release files and manifest
wget -O - https://raw.githubusercontent.com/XiaoMi/naftis/master/tool/getlatest.sh | bash
# deploy Naftis under bare metal Kubernetes
kubectl create namespace naftis && kubectl apply -n naftis -f mysql.yaml && kubectl apply -n naftis -f naftis.yaml
# deploy Naftis under cloud Kubernetes cluster, such as GKE, Amazon EKS, Alibaba Cloud Kubernetes
kubectl create namespace naftis && kubectl apply -n naftis -f mysql-cloud.yaml && kubectl apply -n naftis -f naftis.yaml
# port forward Naftis
kubectl -n naftis port-forward $(kubectl -n naftis get pod -l app=naftis-ui -o jsonpath='{.items[0].metadata.name}') 8080:80 &
# explore http://localhost:8080/ with your browser - default user name and password is "admin".
Detailed deployments
# download latest Naftis files and manifest
wget -O - https://raw.githubusercontent.com/XiaoMi/naftis/master/tool/getlatest.sh | bash
# create Naftis namespace
$ kubectl create namespace naftis
# ensure Naftis namespace is created
$ kubectl get namespace naftis
NAME STATUS AGE
naftis Active 18m
# deploy Naftis MySQL service under bare metal Kubernetes
$ kubectl apply -n naftis -f mysql.yaml
# deploy Naftis MySQL service under cloud Kubernetes cluster, such as GKE, Amazon EKS, Alibaba Cloud Kubernetes
$ kubectl apply -n naftis -f mysql-cloud.yaml
# ensure MySQL service is deployed
$ kubectl get svc -n naftis
NAME READY STATUS RESTARTS AGE
naftis-mysql-c78f99d6c-kblbq 1/1 Running 0 9s
naftis-mysql-test 1/1 Running 0 10s
# deploy Naftis API and UI service
$ kubectl apply -n naftis -f naftis.yaml
# ensure Naftis all services is correctly defined and running
$ kubectl get svc -n naftis
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
naftis-api ClusterIP 10.233.3.144 <none> 50000/TCP 7s
naftis-mysql ClusterIP 10.233.57.230 <none> 3306/TCP 55s
naftis-ui LoadBalancer 10.233.18.125 <pending> 80:31286/TCP 6s
$ kubectl get pod -n naftis
NAME READY STATUS RESTARTS AGE
naftis-api-0 1/2 Running 0 19s
naftis-mysql-c78f99d6c-kblbq 1/1 Running 0 1m
naftis-mysql-test 1/1 Running 0 1m
naftis-ui-69f7d75f47-4jzwz 1/1 Running 0 19s
# browse Naftis via port-forward
$ kubectl -n naftis port-forward $(kubectl -n naftis get pod -l app=naftis-ui -o jsonpath='{.items[0].metadata.name}') 8080:80 &
Explore http://localhost:8080/ with your browser - default user name and password is "admin".
Previews
Dashboard
Services
Service detail
Service pod
Task templates
Task tpl
Task view
Task new
Create task
Istio diagnosis
Contribution
See CONTRIBUTING for details on submitting patches and the contribution workflow.
License
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2019-01-09 19:47:38 0.1.4-rc6
2018-12-27 19:05:51 0.1.4-rc5
2018-12-17 22:46:12 0.1.4-rc4
2018-12-06 10:02:37 0.1.4-rc3
2018-11-29 16:41:58 0.1.4-rc2
2018-11-29 12:11:26 0.1.4-rc1
2018-11-28 10:31:57 0.1.3
2018-11-28 10:05:00 0.1.3-rc19
主题(topics):
admin, dashboard, istio, kubernetes, microservice, service-mesh, ui
XiaoMi/naftis同语言 Go最近更新仓库
2024-11-06 03:37:39 containerd/containerd
2024-11-05 20:42:00 aurora-develop/aurora
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin