Kyma /kee-ma/ is a platform for extending applications with microservices and serverless Functions. It provides CLI and UI through which you can connect your application to a Kubernetes cluster. You can also expose the application's API or events securely thanks to the built-in Application Connector. You can then implement the business logic you require by creating microservices or serverless Functions. Trigger them to react to particular events or calls to your application's API.
To limit the time spent on coding, use the built-in cloud services from Service Catalog, exposed by Service Brokers from such cloud providers as GCP, Azure, and AWS.
Go to the Kyma project website to learn more about our project, its features, and components.
Install Kyma locally or on a cluster. See the Installation guides for details.
Kyma comes with the ready-to-use code snippets that you can use to test the extensions and the core functionality. See the list of existing examples in the examples repository.
Develop on your remote repository forked from the original repository in Go.
See the example that uses the console-backend-service project located in the components directory but applies to any Go project. This set of instructions uses the recommended git workflow and the general contribution flow. Read also the CONTRIBUTING.md document that includes the contributing rules specific for this repository.
Follow these steps:
NOTE: The example assumes you have the
$GOPATHalready set.
-
Fork the repository in GitHub.
-
Clone the fork to your
$GOPATHworkspace. Use this command to create the folder structure and clone the repository under the correct location:git clone [email protected]:{GitHubUsername}/kyma.git $GOPATH/src/github.com/kyma-project/kyma
Follow the steps described in the
git-workflow.mddocument to configure your fork. -
Install dependencies.
Go to the main directory of the project in your workspace location and install the required dependencies:
cd components/console-backend-service dep ensure -vendor-only -
Build the project.
Every project runs differently. Follow instructions in the main
README.mddocument of the given project to build it. -
Create a branch and start to develop.
Do not forget about creating unit and acceptance tests if needed. For the unit tests, follow the instructions specified in the main
README.mddocument of the given project. For the details concerning the acceptance tests, go to the corresponding directory inside thetestsdirectory. Find the information on how to run changes on the cluster without a Docker image in the Develop a service locally without using Docker document. -
Test your changes.
NOTE: For more details about testing, go to the Testing Kyma document.
Read how these companies use Kyma:
