pike VS inframap

Compare pike vs inframap and see what are their differences.

pike

Pike is a tool for determining the permissions or policy required for IAC code (by JamesWoolfenden)

inframap

Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant. (by cycloidio)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pike inframap
6 7
499 1,626
- 2.9%
9.3 3.9
6 days ago 8 months ago
Go Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pike

Posts with mentions or reviews of pike. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.

inframap

Posts with mentions or reviews of inframap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Top Terraform Tools to Know in 2024
    19 projects | dev.to | 26 Mar 2024
    Like Blast Radius, InfraMap generates visual graphs of your infrastructure based on Terraform state or configurations, offering a visual overview of your infrastructure, which is especially helpful for large and complex environments.
  • Monthly 'Shameless Self Promotion' thread - 2023/05
    9 projects | /r/devops | 1 May 2023
    We also contribute to the open-source community with projects like InfraMap, that generate your infra diagram on the fly based on your tfstate or the most famous TerraCognita, a reverse Terraform.
  • Diagram as Code
    7 projects | news.ycombinator.com | 23 Jun 2022
    Pretty cool. The biggest thing I think is missing from many popular diagramming tools is the ability to easily diff the architecture across changes. Although that can already be done with graphviz source files.

    However, these days I prefer to just have diagrams generated from the source code itself, like:

    - https://github.com/cycloidio/inframap

    - https://graphviz.org/Gallery/directed/bazel.html

    In order to make a compelling use case out of having to maintain a parallel definition like this, I think it needs to be able to contribute to analysis like formal verification or, despite them stating that it's not a goal, being able to create the described architecture. Or even generate something like a terraform plan. Otherwise it falls victim to the same problem as any other method of creating diagrams, that of them falling out of sync with the system.

    They are a long way there already by providing a way to use a programming language backed by a large ecosystem of other tools that can be used to work with e.g. terraform, like python/go.

  • How to install and use inframap?
    1 project | /r/Terraform | 17 Mar 2022
  • Interactive Architecture Diagrams
    4 projects | /r/devops | 15 Nov 2021
    I used https://github.com/cycloidio/inframap last week, was a good experience for me
  • Tools to Visualize your Terraform plan
    3 projects | dev.to | 22 Apr 2021
    Inframap reads your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant.
  • PowerShell module to Visualize and Document Azure Infrastructure
    2 projects | /r/PowerShell | 8 Apr 2021
    Also if you want to easily visualize your HCL or TFState we did https://github.com/cycloidio/inframap which will allow you to visualize those in a more easy/readable way than just JSON.

What are some alternatives?

When comparing pike and inframap you can also consider the following projects:

KubeArmor - Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (BPF-LSM, AppArmor).

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

iamlive - Generate an IAM policy from AWS, Azure, or Google Cloud (GCP) calls using client-side monitoring (CSM) or embedded proxy

terraformer - CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code

aztfy - A tool to bring existing Azure resources under Terraform's management [Moved to: https://github.com/Azure/aztfexport]

diagrams - :art: Diagram as Code for prototyping cloud system architectures

terrascan - Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure. [Moved to: https://github.com/tenable/terrascan]

terracognita - Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration

rover - Interactive Terraform visualization. State and configuration explorer.

excalidraw-converter - A command line tool for porting Excalidraw diagrams to Gliffy and draw.io.

diagram - CLI app to convert ASCII arts into hand drawn diagrams.

GoPlantUML - PlantUML Class Diagram Generator for golang projects