Difference between revisions of "PKC Complete Installation Process"

From PKC
Jump to navigation Jump to search
Line 5: Line 5:
* Docker is a tools, to develop and run container
* Docker is a tools, to develop and run container
* Container is the packed executable and application code.
* Container is the packed executable and application code.
In order to run container, we need some kind of tools, which in this case are using Docker.<ref>[[https://www.docker.com]].</ref>
In order to run container, we need some kind of tools, which in this case are using Docker.<ref>[[https://www.docker.com Docker Homepage]].</ref>


== Ansible Concept ==
== Ansible Concept ==

Revision as of 07:49, 26 February 2022

Introduction

This page is written to give complete documentation on how the PKC is installed, description of all the related services, and the concept behind the architecture design. PKC Architecture is implemented at several docker container that runs its own service on same virtual network. PKC can be installed on a Virtual Machine or Bare-Metal machine.

Docker Concept

Docker is an containerized application runs on top of host operating system. It is some form of more lightweight implementation of virtualization. All we need to do to deploy and shipped new application is to containerized all our executable code and all its dependencies inside one docker container, and we are ready to delivered the application.

  • Docker is a tools, to develop and run container
  • Container is the packed executable and application code.

In order to run container, we need some kind of tools, which in this case are using Docker.[1]

Ansible Concept

PKC Architecture Review

Pre-Requisite

How to provision your server

Installation Execution

Source Code

Configuration Explained

References