Skip to content

p11o/open-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Infra

Getting Started

DNS

You will have to configure your resolved.conf to point to the network interface. Look for the bridge interface with state UP. You can find this using the ip addr command.

# /etc/systemd/resolved.conf
[Resolve]
DNS=172.19.0.100
Domains=kind
  • Restart computer or sudo systemctl restart systemd-resolved

Running

Run terraform in each terrafor/* subdir in order.

Ex:

cd terraform/010_k8s
terraform apply -auto-approve

Services

  • concourse.kind
  • db.internal (postgres)

Architecture

flowchart TD
    subgraph 010_base
        k8s
    end

    subgraph 020_base
        metallb
        coredns
        postgres
        minio
    end

    subgraph 030_infra
        concourse
        kong
    end

    030_infra --> 020_base
    020_base --> 010_base
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published