Giter Site home page Giter Site logo

minikube-project's Introduction

minikube-Project

Start / Stop minikube using mainSartMinikube.tf

terraform apply -var="action=start"

terraform apply -var="action=stop"

add -auto-approve, include this flag, it automatically approves the proposed changes without prompting for manual confirmation

Docker image build and push

docker build -t your_username/your_image_name:tag .

docker login

docker push your_username/your_image_name:tag

Automated Setup and cluster deployment using a Terraform using Script Execution [this will use main.tf file ]

Create a terraform workspace for maintaining multiple state files within a single main.tf for different sets of resources like Prometheus and grafana using the below command

Run deployment action on default workspace but for Prometheus and Grafana installation switch to their respective workspace and then run the script.

USE THIS COMMAND TO SWITCH AND RUN THEIR RESPECTIVE ACTION

terraform workspace new Prometheus

terraform workspace new grafana

[All minikube operation and deployment will be running on default terraform workspace]

Start minikube: terraform apply -var="action=start"

Deploy kubernetes pod: terraform apply -var="action=deployment"

Deploy service: terraform apply -var="action=service"

Deploy network policy: terraform apply -var="action=network_policy"

Deploy Prometheus: Switch workspace: terraform workspace select Prometheus cmd: terraform apply -var="action=prometheus"

Deploy grafana: Switch workspace: terraform workspace select grafana cmd : terraform apply -var="action=grafana"

Stop minikube: terraform apply -var="action=stop"

Clean: terraform apply -var="action=clean"

Delete: terraform apply -var="action=delete"

minikube-project's People

Contributors

vibhor995 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.