Jenkins Using DockerSteps docker pull jenkins/jenkins Use this comment to install jenkins image. sudo mkdir /var/jenkins_home Create a File for jenkins in your machine by running this command. sudo chmod 777 /var/jenkins_home/ -R Give permission to the...Jul 23, 2023·1 min read
Aws EksWhat is AWS EKS? Building, protecting, running, and managing Kubernetes clusters on AWS is made simpler by the fully-managed, certified Kubernetes conformant solution known as Amazon Elastic Kubernetes solution (Amazon EKS). For monitoring, scaling, ...Jul 7, 2023·2 min read
Kubernetes ArchitectureControl Plane kube-apiserver The Kubernetes API is made available via the API server, which is a part of the Kubernetes control plane. The Kubernetes control plane's front end is the API server. Kube-apiserver is the primary example of a Kubernetes A...Jul 7, 2023·3 min read
About KubernetesWhat is Kubernetes? Google created the open-source Kubernetes framework for container orchestration. It is made to automate containerized application deployment, scalability, and administration. A program and its dependencies are packaged in containe...Jul 7, 2023·3 min read
Aws EcsWhat is AWS ECS? Organisations may quickly deploy, manage, and scale containerized applications with Amazon Elastic Container Services (Amazon ECS), a fully managed container orchestration service. Without the hassle of controlling a control plane, y...Jul 7, 2023·1 min read
Aws EcrWhat is ECR? Amazon ECR (elastic container registry) it works like as same as the docker hub. The Docker hub is for the public. ECR provides you the facility to store your container images privately. You can use your preferred CLI to push, pull, and ...Jul 7, 2023·2 min read
Docker Container CommandsWhat is Docker? Docker provides the ability to package and run an application in a loosely isolated environment called a container. The isolation and security allow you to run many containers simultaneously on a given host. Containers are lightweight...Jun 26, 2023·2 min read