Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Kubernetes | 13,710 | 8 days ago | 1 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Reactors | 462 | 2 months ago | 22 | mit | Jupyter Notebook | |||||
🌱 Join a community of developers at Microsoft Reactor and connect with people, skills, and technology to build your career or personal learning. We offer free livestreams, on-demand content, and hybrid/in-person events daily around the world. Access our projects and code here. | ||||||||||
Ambassadors | 131 | 2 days ago | 3 | |||||||
🌏🌎🌍 CNCF Ambassadors | ||||||||||
Meetups | 98 | 5 months ago | 2 | |||||||
Repository to gather all presentations and info from all Taiwan Cloud Native meetups. | ||||||||||
Meetups | 53 | 2 years ago | 11 | Go | ||||||
Repository to gather presentations from all Kubernetes and Cloud Native meetups in Indonesia | ||||||||||
Public Speaking | 46 | 23 days ago | ||||||||
@ahmetb's public speaking engagements & bio | ||||||||||
Meetups | 44 | 3 years ago | 9 | mit | Go | |||||
Repository to gather all presentations from all Nordic Cloud Native meetups | ||||||||||
Kubernetes Cloud Native Bandung | 23 | 3 years ago | ||||||||
Sfmcdg | 19 | 4 years ago | CSS | |||||||
Salesforce Marketing Cloud Developer Group | ||||||||||
Dialogflow Gdg Nodejs | 16 | 10 months ago | apache-2.0 | JavaScript | ||||||
Localization, Meetup API & Cloud Translation API sample (using Dialogflow) in Node.js |
This demo can be deployed in Google Cloud. The scripts can be run in a sequence starting from 1-start.sh
1-start.sh
- Sets up the envirobment with Google Cloud login. Change the project id and cluster name to your project and your Kubernetes cluster.2-apply-config.sh
- Deploys the distributed-trace.yml
in the cluster3-linkerd-setup.sh
- Sets up Linkerd in the cluster4-linkerd-inject.sh
- Inject linkerd sidecars in the deployment.curl.sh
- Does a recursive call to the application to create artificial traffic to the application.distributed-trace.yml
- Deployment config in Kubernetes for having spring-cloud-sleuth-server
and spring-cloud-sleuth-client
deployed as 2 containers in a single pod. They have distributed tracing enabled using Spring Cloud Sleuth which helps in Distributed tracing.spring-cloud-sleuth-example
- code based for the client and server microservice which has already been dockerized and uploaded to Google Container Registry(gcr.io). It's public, so you can use it as well.This demo covers the 3 pillars of observability - Metrics, Logging and Tracing.
client
- Exposed from external serviceserver
- Accessible from the client
linkerd
service mesh collects metrics about the pods and containers.