{"id":17952217,"url":"https://github.com/thebeginner86/techtrends","last_synced_at":"2026-04-07T21:32:17.905Z","repository":{"id":115279431,"uuid":"397688220","full_name":"theBeginner86/TechTrends","owner":"theBeginner86","description":"Project1: SUSE CloudNative Scholarship at Udacity","archived":false,"fork":false,"pushed_at":"2021-08-27T16:38:28.000Z","size":13717,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T04:15:34.883Z","etag":null,"topics":["argocd","docker","flask","helm","kubernetes","python","sql","webapplication"],"latest_commit_sha":null,"homepage":"","language":"Python","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/theBeginner86.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":"2021-08-18T17:45:51.000Z","updated_at":"2022-03-16T12:44:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0c8638c-e97a-4598-bb33-5be5288a4e43","html_url":"https://github.com/theBeginner86/TechTrends","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theBeginner86/TechTrends","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2FTechTrends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2FTechTrends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2FTechTrends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2FTechTrends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theBeginner86","download_url":"https://codeload.github.com/theBeginner86/TechTrends/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBeginner86%2FTechTrends/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["argocd","docker","flask","helm","kubernetes","python","sql","webapplication"],"created_at":"2024-10-29T09:55:55.161Z","updated_at":"2026-04-07T21:32:17.886Z","avatar_url":"https://github.com/theBeginner86.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project1: SUSE CloudNative Scholarship at Udacity\n\n#### **Introduction**\n\n\u003cp\u003e\nThis project was submitted as project1 (named: TechTrends) for the SUSE CloudNative Nano Degree at Udacity. Aim of this project was to implement all the different CloudNative tools taught in the first lesson: CloudNative Fundamentals.\n\u003c/p\u003e\n\n[Link of the Course](https://www.udacity.com/course/cloud-native-application-architecture-nanodegree--nd064)\n\n\u003cp\u003e\nThis project uses latest CloudNative tools for deploying a blogging app: TechTrends\n\u003c/p\u003e\n\n\u003cp\u003e\n    👨‍💻 Tools used in this project: 👨‍💻 \n    \u003cul\u003e\n        \u003cli\u003eDocker\u003c/li\u003e\n        \u003cli\u003eKubernetes\u003c/li\u003e\n        \u003cli\u003eArgoCD\u003c/li\u003e\n        \u003cli\u003eHelm\u003c/li\u003e\n        \u003cli\u003eVagrant\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\u003cbr\u003e\n\n#### **Setup Instructions**\n\n\u003cbr\u003e\n\n1. Clone this repo onto your machine.\n\n2. Install [Docker](https://docs.docker.com/engine/install/).\n\n3. Install [Kind](https://kind.sigs.k8s.io/). Kind is a [Kubernetes](https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/) bootstrapping tool that would run kubernetes clusters for you in Docker container.\n\n3. To start kubernester cluster:\n```\nkind create cluster\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='screenshots/kind-create-cluster.png'\u003e\n\u003c/p\u003e\n\n4. For checking the running nodes:\n```\nkubectl get no\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='screenshots/kubectl-get-no.png'\u003e\n\u003c/p\u003e\n\n5. For running the app:\n\n    5.1\n    ```\n    kubect apply -f kubernetes/namespace.yaml\n    ```\n    5.2\n    ```\n    kubect apply -f kubernetes/service.yaml\n    ```\n    5.3\n    ```\n    kubect apply -f kubernetes/deploy.yaml\n    ```\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='screenshots/kubectl-apply.png'\u003e\n\u003c/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\nFor checking the running application:\n```\nkubectl get all -n=sandbox\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='screenshots/kubectl-get-all.png'\u003e\n\u003c/p\u003e\n\n6. For viewing the application in your browser:\n```\nkubectl port-fowrard service/techtrends 3111:4111 -n=sandbox\n```\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='screenshots/kubectl-port-forward.png'\u003e\n\u003c/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003e Note: In place of 3111 your can give any port of your choice. Read more about it at:\u003cbr\u003e\nhttps://kubernetes.io/docs/concepts/services-networking/service/ \u003cbr\u003e\nhttps://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/\n\u003cbr\u003e\n\nExample: \n```\nkubectl port-fowrard service/techtrends \u003cyour-desired-port\u003e:4111 -n=sandbox\n```\n\n7. Type: `localhost:3111` or `localhost:\u003cyour-desired-port\u003e` in your browser and your should be able to access the application.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='screenshots/app-ui.png'\u003e\n\u003c/p\u003e\n\nThats all!! 😁 🙌\n\u003cbr\u003e\n\u003e Note: In place of kind your can use any other bootstrapping tools like minikube, k3d, Vagrant with Virtual Box, etc. But the setup instructions would be same from step 5.\n\n\u003chr\u003e\n\nDeveloped by [Pranav Singh](https://twitter.com/thebeginner86) ❤️ 👨‍💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebeginner86%2Ftechtrends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebeginner86%2Ftechtrends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebeginner86%2Ftechtrends/lists"}