Navigation Menu

Skip to content

SAP Community Code Challenge: This repository contains an easy Hello World Node.js service. Take part in the challenge and test your skills on the basics of Kubernetes and other Cloud Native technologies.

License

SAP-samples/sap-community-code-challenge-cloud-native

SAP Community Code Challenge - Cloud Native

REUSE status Updated Badge Contributors Display

This repository is the starting point for the SAP Community Code Challenge for Cloud Native (see SAP Community Application Development thread and corresponding blog post). It contains everything you need to get a basic Node.js based project deployed as a service to a Kubernetes based runtime.

That means you get the Node.js related files of the service, a Dockerfile and a Deployment.yaml file. If you're like "Oh Gosh, what is he talking about?" - No worries we will get to what all of that means.

The goal for this month's Coding Challenge is to bring the world of Kubernetes, Containerization and the SAP BTP, Kyma runtime closer to you so you have an easier start with the world of Cloud Native development.

Setup and Participation

To be able to take part in this challenge, it's essential that you first complete the following steps:

  1. Fork this repository.
  2. Clone the forked repository into your development environment.
  3. Navigate into the service/ folder.
  4. Execute npm install to install the project's dependencies.
  5. Run npm start in order to test the project locally.
  6. To try out if the service runs correctly open a web browser and type in
    1. http://localhost:8080
    2. http://localhost:8080/greeting/<Your Name>

The default port used in this local setup is 8080; you can specify a different one (e.g. 8000) if you need to, like this: PORT=8000 npm start

In order to complete each of the challenges, you need to:

  1. Look into the Challenges file to see what the challenge is each week.
  2. Depending on the challenge, you may need to submit information on the SAP Community Application Development thread. Check the Challenges file to see what is required.

Because the challenges are there to give you an introduction to Cloud Native technologies like Kubernetes, Containers and the SAP BTP, Kyma runtime the service being provided is deliberately basic. This is so that you can focus more on understanding the fundamentals of this fairly complex topic. No worries there is more then enough content ready for you to feel like a Kubernetes pro after these 4 weeks! 🧑‍💻 😉

You can find the challenges for each week in the Challenges file.

Requirements

Download and Installation

See Setup and Participation.

Recommended Learning

There is quite a lot to digest when working in the world of Cloud Native, but no worries we got you covered. If you need an introduction or just a refresher on different aspects of Kubernetes or Containerization you should check out the 2minOf Cloud Native series on the SAP Developers YouTube channel.

2min Of Cloud Native

These resources may also be helpful:

Known Issues

No known issues.

How to obtain support

Create an issue in this repository if you find a bug or have questions about the content.

For additional support, ask a question in SAP Community.

Contributing

If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.

License

Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

About

SAP Community Code Challenge: This repository contains an easy Hello World Node.js service. Take part in the challenge and test your skills on the basics of Kubernetes and other Cloud Native technologies.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published