mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
minio.yml | 2 years ago | |
mongo.yml | 2 years ago | |
namespace.yml | 2 years ago | |
pv.yml | 2 years ago | |
redis.yml | 2 years ago | |
tailchat.yml | 2 years ago |
README.md
Its doc will tell you how to deploy Tailchat
in kubeneters.
One Command
kubectl apply -f namespace.yml -f pv.yml -f mongo.yml -f minio.yml -f redis.yml -f tailchat.yml
if you wanna delete all resource, just replace apply
to delete
.
Setup one by one
Create Namespace
kubectl apply -f namespace.yml
Create Persistent Volume
kubectl apply -f pv.yml
Create Mongodb
kubectl apply -f mongo.yml
Create Minio
kubectl apply -f minio.yml
Create Redis
kubectl apply -f redis.yml
Create Tailchat
kubectl apply -f tailchat.yml
Check tailchat-service work
get services ClusterIP
kubectl get svc -n tailchat
create test container in kubernetes
kubectl run -it --rm test-pod --image=busybox --restart=Never
request health and checkout nodeID
, send multi times.
wget -q -O - http://<tailchat-cluster-ip>:11000/health