Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
7536db6d
Commit
7536db6d
authored
Jul 20, 2015
by
krousey
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11598 from amygdala/master
fixed 2 links, bit of text polishing
parents
635073c3
aacfbba8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
README.md
docs/getting-started-guides/README.md
+11
-11
No files found.
docs/getting-started-guides/README.md
View file @
7536db6d
...
...
@@ -34,17 +34,17 @@ Documentation for other releases can be found at
# Creating a Kubernetes Cluster
Kubernetes can run on a range of platforms, from your laptop, to VMs on a cloud provider, to rack of
bare metal servers. The effort required to setup a cluster varies from running a single command to
bare metal servers. The effort required to set
up a cluster varies from running a single command to
crafting your own customized cluster. We'll guide you in picking a solution that fits for your needs.
## Picking the Right Solution
If you just want to "kick the tires" on Kubernetes, we recommend the
[
local Docker-based
](
docker.md
)
solution.
The local Docker-based solution is one of several
[
Local cluster
](
#local-solutions
)
solutions
that are quick to setup, but are limited to running on one machine.
The local Docker-based solution is one of several
[
Local cluster
](
#local-
machine-
solutions
)
solutions
that are quick to set
up, but are limited to running on one machine.
When you are ready to scale
-
up to more machines and higher availability, a
[
Hosted
](
#hosted-solutions
)
When you are ready to scale
up to more machines and higher availability, a
[
Hosted
](
#hosted-solutions
)
solution is the easiest to create and maintain.
[
Turn-key cloud solutions
](
#turn-key-cloud-solutions
)
require only a few commands to create
...
...
@@ -52,16 +52,16 @@ and cover a wider range of cloud providers.
[
Custom solutions
](
#custom-solutions
)
require more effort to setup but cover and even
they vary from step-by-step instructions to general advice for setting up
a
k
ubernetes cluster from scratch.
a
K
ubernetes cluster from scratch.
### Local-machine Solutions
Local-machine solutions create a single cluster with one or more
k
ubernetes nodes on a single
Local-machine solutions create a single cluster with one or more
K
ubernetes nodes on a single
physical machine. Setup is completely automated and doesn't require a cloud provider account.
But their size and availability is limited to that of a single machine.
The local-machine solutions are:
-
[
Local Docker-based
](
#local-solutions
)
(
recommended
starting point)
-
[
Local Docker-based
](
docker.md
)
(
recommended
starting point)
-
[
Vagrant
](
vagrant.md
)
(
works
on any platform with Vagrant: Linux, MacOS, or Windows.)
-
[
No-VM local cluster
](
locally.md
)
(
Linux
only)
...
...
@@ -171,7 +171,7 @@ any | any | any | any | [docs](scratch.md)
Definition of columns:
-
**IaaS Provider**
is who/what provides the virtual or physical machines (nodes) that Kubernetes runs on.
-
**OS**
is the base operating system of the nodes.
-
**Config. Mgmt**
is the configuration management system that helps install and maintain
k
ubernetes software on the
-
**Config. Mgmt**
is the configuration management system that helps install and maintain
K
ubernetes software on the
nodes.
-
**Networking**
is what implements the
[
networking model
](
../../docs/admin/networking.md
)
. Those with networking type
_none_ may not support more than one node, or may support multiple VM nodes only in the same physical node.
...
...
@@ -181,9 +181,9 @@ Definition of columns:
-
**Project**
: Kubernetes Committers regularly use this configuration, so it usually works with the latest release
of Kubernetes.
-
**Commercial**
: A commercial offering with its own support arrangements.
-
**Community**
: Actively supported by community contributions. May not work with more recent releases of
k
ubernetes.
-
**Inactive**
: No active maintainer. Not recommended for first-time K
8
s users, and may be deleted soon.
-
**Notes**
is relevant information such as
version k8
s used.
-
**Community**
: Actively supported by community contributions. May not work with more recent releases of
K
ubernetes.
-
**Inactive**
: No active maintainer. Not recommended for first-time K
ubernete
s users, and may be deleted soon.
-
**Notes**
is relevant information such as
the version of Kubernete
s used.
<!-- reference style links below here -->
<!-- GCE conformance test result -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment