{"id":18494973,"url":"https://github.com/qaware/hitchhikers-guide-cloudnative","last_synced_at":"2025-07-28T05:05:17.146Z","repository":{"id":77409946,"uuid":"71127071","full_name":"qaware/hitchhikers-guide-cloudnative","owner":"qaware","description":"A Hitchhiker's Guide to the Cloud Native Stack","archived":false,"fork":false,"pushed_at":"2017-06-26T18:35:35.000Z","size":34556,"stargazers_count":30,"open_issues_count":8,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T17:06:27.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qaware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-10-17T10:34:09.000Z","updated_at":"2024-12-12T22:16:08.000Z","dependencies_parsed_at":"2023-03-24T02:19:00.208Z","dependency_job_id":null,"html_url":"https://github.com/qaware/hitchhikers-guide-cloudnative","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qaware/hitchhikers-guide-cloudnative","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fhitchhikers-guide-cloudnative","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fhitchhikers-guide-cloudnative/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fhitchhikers-guide-cloudnative/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fhitchhikers-guide-cloudnative/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qaware","download_url":"https://codeload.github.com/qaware/hitchhikers-guide-cloudnative/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qaware%2Fhitchhikers-guide-cloudnative/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267464522,"owners_count":24091505,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-06T13:22:57.110Z","updated_at":"2025-07-28T05:05:17.138Z","avatar_url":"https://github.com/qaware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/qaware/hitchhikers-guide-cloudnative/master/logo.png\" width=\"600px\"\u003e\n\n## Prerequisites\n * Notebook with at least 8 GB RAM and Windows 10, macOS, Linux operating system\n * Git Client like [git command line client](https://git-scm.com/download) or [github Desktop](https://desktop.github.com)\n * Current [VirtualBox](https://www.virtualbox.org/wiki/Downloads) version installed (5.0.26 or later)\n * Current [Docker Toolbox](https://www.docker.com/products/docker-toolbox) version installed (1.12.x or later) or if you're on a Linux OS plain [Docker Machine](https://docs.docker.com/machine/install-machine)\n * Latest version of [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads)\n * Latest version of [IntelliJ](https://www.jetbrains.com/idea/download) Ultimate (trial version is OK)\n * Keepass tool to access the [credentials](accounts.kdbx) used in the labs: [Win](http://keepass.info), [macOS](http://mstarke.github.io/MacPass), [Linux](http://keepass.info/help/v2/setup.html#mono)\n * (optional) Account for [github](https://github.com/join?source=header) and [DockerHub](https://hub.docker.com)\n * Consider to attend our [Cloud Native Night Meetup](https://www.meetup.com/de-DE/cloud-native-muc/events/234936523)\n\n## Module 0: Introduction ([slides](slides/00-intro.pptx))\n\n## Module 1: Microservices  ([slides](slides/01-microservices.pptx), [lab](labs/01-microservices))\n### Theory\n * Introduction to Cloud Native and the available Cloud Native Stacks\n * Microservices - an architect's perspective: Ops components\n * Introduction to Spring Boot\n\n### Practice\n * Setup training environment\n * Implementing a Spring Boot Twitter Microservice\n\n## Module 2: Containerization  ([slides](slides/02-containerization.pptx), [lab](labs/02-containerization))\n### Theory\n * Docker basics\n * Writing Dockerfiles\n\n### Practice\n * Writing a Dockerfile for our Twitter Microservice\n * Building and running the image locally\n * Push image to Docker Registry\n\n## Module 3: Composition  ([slides](slides/03-composition.pptx), [lab](labs/03-composition))\n### Theory\n * Microservice blueprint: API Gateway, Service Discovery, Configuration, ...\n * Introduction to Docker Compose\n\n### Practice\n * Enhance the Twitter Microservice with Consul (service discovery + configuration)\n * Enthance the Twitter Microservice with Traefik (edge server)\n * Write Docker Compose file\n\n## Module 4: Orchestration  ([slides](slides/04-orchestration.pptx), [lab](labs/04-orchestration))\n### Theory\n * Introduction and Overview DC/OS\n * Networking Basics\n * Persistent Storage Basics\n\n### Practice\n * Writing Marathon specification\n * Deploy to DC/OS cluster with CLI (incl. setup CLI) and from Gradle\n\n## Module 5: Explore  ([slides](slides/05-summary.pptx))\n * Sneak preview of other platforms like Kubernetes, OpenShift and Kontena\n * Play hard with the other platforms - how to get started\n\n## License\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons Lizenzvertrag\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003e\u003cspan xmlns:dct=\"http://purl.org/dc/terms/\" href=\"http://purl.org/dc/dcmitype/Text\" property=\"dct:title\" rel=\"dct:type\"\u003eQAware Cloud Native Bootcamp\u003c/span\u003e is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaware%2Fhitchhikers-guide-cloudnative","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqaware%2Fhitchhikers-guide-cloudnative","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqaware%2Fhitchhikers-guide-cloudnative/lists"}