Preparing your environment
Before heading to the journey of building our own cluster, we have to prepare the environment in order to build the following components:
There are different solutions of creating such a Kubernetes cluster, for example:
- Local-machine solutions that include:
- Docker-based
- Vagrant
- Linux machine
- Hosted solution that includes:
- Google Container Engine
- Custom solutions
A local-machine solution is suitable if we just want to build a development environment or do the proof of concept quickly. By using Docker (https://www.docker.com) or Vagrant (https://www.vagrantup.com), we could easily build the desired environment in one single machine; ...
Get DevOps: Puppet, Docker, and Kubernetes now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.