Giter Site home page Giter Site logo

devopshubproject / azure-aci-appgateway-terraform Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 7 KB

This repo contains script to deploy a fully functioning ACI instance on private subnet with Application gatewate in front on public subnet inside Azure environment

License: MIT License

HCL 100.00%

azure-aci-appgateway-terraform's Introduction

azure-containerinstance-appgateway-terraform

This project is to demonstrate and help one to deploy a container instance inside Azure

As part of provisioning the script will place the ACI in a Private subnet and an application gateway in Public subnet.

So, we'll have two subnets: one public and one private. The container will be deployed on the private subnet, where nothing outside the vnet can access it (the network security group takes care of that). On the public subnet, the application gateway will be deployed, which will route traffic to our container thus making it reachable while still protected from direct external access.

An external computer will make a request to the public IP on port 80. The application gateway will take the request, forward it to the container instance, get the response and send it back to the requestor.

Tools and Services(Azure) Used:

  • Terraform
  • Docker
  • Azure
  • Services: Vnet, Subnet, ACI, PIP, Application Gateway, Network Profile, NSG, RG.

List of items to be taken care:

Inputs and Outputs

Follow-Me

Portfolio

premkumarpalanichamy

youtube

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.