Coder Social home page Coder Social logo

blog-inlets's Introduction

Expose your podman kube based quadlet with Inlets

Provision your cloud infrastructure

The example provisions resources for both the server and client on AWS

Route53 hosted zone

For this demo you will need to have a pre-existing hosted zone on AWS route 53

Run Terraform

cd terraform
terraform apply -var route53_zone_name=< The name of your route53 hosted zone >

Terraform outputs

The process will produce two outputs you will need in the next step

  1. Inlets server FQDN
    terraform output -raw server_url
  2. inventory.yml file for the Ansible deployment

Troubleshooting your server

As part of the provisioning process, terraform creates a key pair to allow you to connect to your server. Terraform will then store the private key inlets.pem in the terraform directory. The same key is used by Ansible

Deploy the Inlets client and server

Once all cloud resources are provisioned use Ansible to deploy inlets.

Mandatory parameters

The Ansible playbook requires the inlets_license variable. Create a values.yml file:

inlets_license: < Inlets License string>

Run Ansible

cd ansible
ansible-playbook -i ../terraform/inventory.yml -e @values.yml playbook.yml

Browse to your inlets server

https://< server_url >

blog-inlets's People

Contributors

vrothberg avatar ygalblum avatar

Watchers

 avatar  avatar

Forkers

vrothberg

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.