GithubHelp home page GithubHelp logo

melonbun233 / provider-alibaba Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crossplane-contrib/provider-alibaba

0.0 0.0 0.0 888 KB

Crossplane provider for Alibaba Cloud

License: Apache License 2.0

Shell 1.80% Go 95.79% Makefile 2.01% Dockerfile 0.39%

provider-alibaba's Introduction

provider-alibaba

Overview

provider-alibaba is the Crossplane infrastructure provider for Alibaba Cloud. The provider that is built from the source code in this repository can be installed into a Crossplane control plane and adds the following new functionality:

  • Custom Resource Definitions (CRDs) that model Alibaba Cloud infrastructure and services
  • Controllers to provision these resources in Alibaba Cloud based on the users desired state captured in CRDs they create
  • Implementations of Crossplane's portable resource abstractions, enabling Alibaba Cloud resources to fulfill a user's general need for cloud services

Getting Started

In the following, We will deploy flight tracker app using OAM and Alibaba RDS resource:

alt text

Make sure you have installed:

Then set up the environment on first trial:

helm repo add crossplane-master https://charts.crossplane.io/master/
git clone [email protected]:crossplane/addon-oam-kubernetes-local.git ../addon-oam-kubernetes-local
export ACCESS_KEY_ID=<your-access-key-id>
export ACCESS_KEY_SECRET=<your-access-key-secret>

Access key should be obtained via Alibaba cloud.

Then run command:

make demo

This will deploy the Crossplane, addon-oam-kubernetes-local, setting up cloud provider, and finally deploy an OAM app with a cloud RDS database.

Use the following script to wait until the database and the app has been deployed successfully and do port-forward:

#!/usr/bin/env bash

until kubectl port-forward deployment/web-ui 8080:8080 --address 0.0.0.0; do
  sleep 5
done

The demo app could be access at http://localhost:8080 .

Contributing

provider-alibaba is a community driven project and we welcome contributions. See the Crossplane Contributing guidelines to get started.

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Contact

Please use the following to reach members of the community:

Roadmap

provider-alibaba goals and milestones are currently tracked in the Crossplane repository. More information can be found in ROADMAP.md.

Governance and Owners

provider-alibaba is run according to the same Governance and Ownership structure as the core Crossplane project.

Code of Conduct

provider-alibaba adheres to the same Code of Conduct as the core Crossplane project.

Licensing

provider-alibaba is under the Apache 2.0 license.

FOSSA Status

provider-alibaba's People

Contributors

zzxwill avatar negz avatar hasheddan avatar hongchaodeng avatar jbw976 avatar yunlzheng avatar wonderflow avatar jastang avatar khos2ow avatar rbwsam avatar resouer avatar prasek avatar ryanzhang-oss avatar xiqiu618 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.