{"id":16826896,"url":"https://github.com/retocode/reconciler-trace","last_synced_at":"2026-02-25T21:04:48.432Z","repository":{"id":212477943,"uuid":"731588989","full_name":"ReToCode/reconciler-trace","owner":"ReToCode","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-14T12:23:02.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-24T07:08:19.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReToCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-14T12:21:15.000Z","updated_at":"2023-12-14T12:21:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"91af69c1-f971-4f41-95da-5d66e1c7dbf1","html_url":"https://github.com/ReToCode/reconciler-trace","commit_stats":null,"previous_names":["retocode/reconciler-trace"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReToCode%2Freconciler-trace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReToCode%2Freconciler-trace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReToCode%2Freconciler-trace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReToCode%2Freconciler-trace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReToCode","download_url":"https://codeload.github.com/ReToCode/reconciler-trace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102039,"owners_count":20398379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T11:18:54.145Z","updated_at":"2026-02-25T21:04:43.397Z","avatar_url":"https://github.com/ReToCode.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tracing reconliliation\n\n## Test using Knative Services\n\n```bash\nkubectl patch cm config-autoscaler -n knative-serving -p '{\"data\": {\"allow-zero-initial-scale\": \"true\", \"initial-scale\": \"0\"}}'\n\nkubectl create ns knative-performance\nfor i in {1..100}\ndo\n   kn service create \"hello-go-$i\" --image=gcr.io/knative-samples/helloworld-go -n knative-performance \u0026\ndone\n```\n\n## Test using Pod/Service and KIngresses\n\n```bash\nkubectl create ns knative-performance\n\n# Enable profiling\nkubectl patch cm config-observability -n knative-serving -p '{\"data\": {\"profiling.enable\": \"true\"}}'\n\n# Create a pod and a service\nkubectl create -f yaml/pod-svc.yaml\n\n# Create a multiple KIngresses pointing to that service\nfor i in {1..1}\ndo\n  cat \u003c\u003c-EOF | kubectl apply -f -\napiVersion: networking.internal.knative.dev/v1alpha1\nkind: Ingress\nmetadata:\n  annotations:\n    networking.knative.dev/ingress.class: kourier.ingress.networking.knative.dev\n  labels:\n    serving.knative.dev/route: app-$i\n    serving.knative.dev/routeNamespace: knative-performance\n    serving.knative.dev/service: app-$i\n  name: app-$i\n  namespace: knative-performance\nspec:\n  httpOption: Enabled\n  rules:\n  - hosts:\n    - app-$i.knative-performance\n    - app-$i.knative-performance.svc\n    - app-$i.knative-performance.svc.cluster.local\n    http:\n      paths:\n      - splits:\n        - appendHeaders:\n            Knative-Serving-Namespace: knative-performance\n            Knative-Serving-Revision: app-$i-00001\n          percent: 100\n          serviceName: test-svc\n          serviceNamespace: knative-performance\n          servicePort: 443\n    visibility: ClusterLocal\n  - hosts:\n    - app-$i.knative-performance.172.17.0.100.sslip.io\n    http:\n      paths:\n      - splits:\n        - appendHeaders:\n            Knative-Serving-Namespace: knative-performance\n            Knative-Serving-Revision: app-$i-00001\n          percent: 100\n          serviceName: test-svc\n          serviceNamespace: knative-performance\n          servicePort: 443\n    visibility: ExternalIP\nEOF\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretocode%2Freconciler-trace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretocode%2Freconciler-trace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretocode%2Freconciler-trace/lists"}