malizkl / k8s-cluster

Kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devops Engineer Challange

Diagram of Given Case

Ekran Resmi 2022-04-09 23 26 46

Firstly, I installed ubuntu virtual machine by vagrant. Then, I write shell script to install minikube with a k8s cluster, helm, terraform and requirements. I create this repo and clone the given repo into to this repo. All files uploaded to this repo.

Status of Given Case

Ekran Resmi 2022-04-09 23 29 32

  • Green sentences are done.

  • Yellow sentences are not finished because of some errors.

When I write Dockerfile to dockerize the application, I got error about .Net such as following : (Step 0 : FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env Pulling repository mcr.microsoft.com/dotnet/sdk INFO[0002] invalid character '<' looking for beginning of value)

When I install Rabbitmq by Helm I got this error after I write "helm install my-release bitnami/rabbitmq" (Killed)

When I start minikube I got this error (Error starting host: Error creating host: Error executing step: Running precreate checks. : VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path.)

About

Kubernetes cluster


Languages

Language:Shell 98.2%Language:HCL 1.8%