Table of Contents
This repo contains the source codes of apps and the yamls of kubernetes, which can help you have a quick start to TCM.
Here is a startup yaml config of tcm demo, please check it out Here.
Remember to change to the correct branch or tag according to your istio version!
For example, if you want to use the latest version
of istio supported in Tencent Cloud Mesh, you can just use the yamls in master branch.
And if you want to use istio 1.8.1
, please use the yamls in the branch 1.8.1 or in the tag 1.8.1.
You should have a TKE cluster before everything, please check it Here
- Use kubectl to Login to the TKE cluster
- Use kubectl to submit yaml to cluster
kubectl apply -f yamls/step01-apps-zone-a.yaml
For more details, please refer to the Documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE
for more information.
Project Link: https://github.com/Tencent-Cloud-Mesh/mesh-demo