Skip to content

Tencent-Cloud-Mesh/mesh-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

MESH DEMO

A demo helps you have a quick start to Tencent Cloud Mesh

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Preview

This repo contains the source codes of apps and the yamls of kubernetes, which can help you have a quick start to TCM.

Architecture

architect

Built with

Getting Started

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.

Prerequisites

You should have a TKE cluster before everything, please check it Here

Installation

Use kubectl

  • Use kubectl to Login to the TKE cluster
  • Use kubectl to submit yaml to cluster
  kubectl apply -f yamls/step01-apps-zone-a.yaml

Usage

For more details, please refer to the Documentation

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache 2.0 License. See LICENSE for more information.

Contact

Project Link: https://github.com/Tencent-Cloud-Mesh/mesh-demo

Acknowledgments