Skip to content

oneinfra/oneinfra

Repository files navigation

Go Report License
Go Report Card License: Apache 2.0

oneinfra

oneinfra is a Kubernetes as a Service platform. It empowers you to provide or consume Kubernetes clusters at scale, on any platform or service provider. You decide.

Cluster list Cluster details

Read more about its design here.

Managed Kubernetes versions

Kubernetes version
1.15.12
1.16.15
1.17.17
1.18.18
1.19.10
1.20.6
1.21.0

Lightning-quick start

  • Requirements
    • Docker
    • kind
    • kubectl

On a Linux environment, execute:

$ curl https://raw.githubusercontent.com/oneinfra/oneinfra/20.09.0-alpha21/scripts/demo.sh | sh

After the script is done, you will be able to access your oneinfra demo environment in http://localhost:8000 and log in with username sample-user with password sample-user.

Quick start

If you prefer to run the quick start yourself instead of the lightning quick start, follow the instructions here.

Joining worker nodes to a managed cluster

You can read more details about the worker joining process here.

License

oneinfra is licensed under the terms of the Apache 2.0 license.

Copyright (C) 2021 Rafael Fernández López <ereslibre@ereslibre.es>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.