Alternatives
Products that do what Open Source Cloud Costs Monitoring in Docker does
OpenCost is an open source implementation for Kubernetes cost monitoring and now cloud cost monitoring for AWS, Azure, and GCP. The project makes all of this data accessible via an API and user interface. While discussing the idea of running OpenCost on platforms besides Kubernetes we realized that with this new Cloud Costs feature there are users who want API access to their cloud billing data without needing to run on Kubernetes. I opened the Issue OpenCost without Kubernetes #2268 and as luck would have it, we had our internal Hackathon last week. If you're not familiar with OpenCost,…
- 1

- 2ST
Hey folks, I’m Hassan, one of the co-founders of Infracost (https://www.infracost.io). Infracost helps engineers see and reduce the cloud cost of each infrastructure change before they merge their code. The way Infracost works is we gather pricing data from Amazon Web Services, Microsoft Azure and Google Cloud. What we call a ‘Pricing Service’, which now holds around 9 million live price points (!!). Then we map these prices to infrastructure code. Once the mapping is done, it enables us to show the cost impact of a code change before it is merged, directly in GitHub, GitLab etc.…
Jan 2026 · dashboard.infracost.io
- 3ST
Hey folks, my name is Owen and I recently started working at a startup (https://infracost.io/) that shows engineers how much their code changes are going to cost on the cloud before being deployed (in CI/CD like GitHub or GitLab). Previously, I was one of the founders of tfsec (it scanned code for security issues). One of the things I learnt was if we catch issues early, i.e. when the engineer was typing their code, we save a bunch of time. I was thinking … okay, why not build cloud costs into the code editor. Show the cloud cost impact of the code as the engineers are…
2024
- 4IY
Hi, we’re Ali, Hassan and Alistair, co-founders of Infracost (https://www.infracost.io/). Infracost shows engineers the cost of each Terraform change in CI/CD before resources are launched. When something changes, it posts a comment with the cloud cost impact. e.g. you’ve added 2 instances and volumes, and have changed an instance type from medium to large, this will increase your bill by 25% next month from $1000 to $1250 per month. We launched the first version of Infracost just under a year ago (https://news.ycombinator.com/item?id=26064588). As we said…
2022 · github.com
- 5

- 6IY
Hi, we are Ali, Hassan, and Alistair, co-founders of Infracost (https://www.infracost.io/). Infracost helps engineers see the cost of each Terraform change before launching resources. When changes are made, it posts a comment with the cloud cost impact. For example, “you’ve added 2 instances and volumes, and change an instance type from medium to large, your bill will increase by 25% next month, from $1000 to $1250 per month”. We launched in February 2021 (https://news.ycombinator.com/item?id=26064588), and Infracost is now being actively used by over 3,000…
2023
- 7

- 8

- 9

- 10

- 11AO
2023 · github.com
- 12GO
Hello HN, we're Philip and Louis from Glasskube (https://github.com/glasskube/glasskube). We're working on an open-source package manager for Kubernetes. It's an alternative to tools like Helm or Kustomize, primarily focused on making deploying, updating, and configuring Kubernetes packages simpler and a lot faster. Here is a demo video (https://www.youtube.com/watch?v=aIeTHGWsG2c#t=17s) with quick start instructions. Most developers working with Kubernetes use Helm, an open-source tool created during a hackathon nine years ago. However, with the rapid…
2024 · github.com
- 13

- 14TP
Hey HN! Tokencost is a utility library for estimating LLM costs. There are hundreds of different models now, and they all have their own pricing schemes. It’s difficult to keep up with the pricing changes, and it’s even more difficult to estimate how much your prompts and completions will cost until you see the bill. Tokencost works by counting the number of tokens in prompt and completion messages and multiplying that number by the corresponding model cost. Under the hood, it’s really just a simple cost dictionary and some utility functions for getting the prices right. It also accounts for…
2024 · github.com
- 15OO
Hey HN! We’re Max and Thibault building OpenStatus.dev an OpenSource synthetic monitoring platform with incident managements 1 min demo: https://twitter.com/mxkaske/status/1685666982786404352 We have just reached 2000 stars on GitHub https://github.com/openstatusHQ/openstatus We are really excited to hear your feedback/questions and connect further: our emails are [email protected] and [email protected]. Thank you!
2023 · openstatus.dev
- 16KO
Reduce your cloud costs - SREs/DevOps/Cloud Engineers Hi community! We are Kaytu (“Kay-two,” named after the K2 mountain), and we've developed an open-source tool for engineering, DevOps, and SRE teams to reduce cloud costs. Cloud inflation (“cloud-flation”) is real—AWS EC2 costs are up 23% (4-5x global inflation average [1]), and 30% of the capacity that is paid for is simply wasted ([2]). The best way to improve cloud utilization is by simplifying the process so engineers can spot inefficiencies and suggest changes. We built a simple open-source CLI tool that recommends a…
2024 · github.com
- 17

- 18

- 19OS
2023 · github.com
- 20
- 21CI
Hi, I am Krishna Thota. I am building an open source integration and data platform(https://cptn.io). The product is MIT licensed and the repo is at https://github.com/cptn-io/el-cptn. I have started on my startup journey an year ago and launched a monitoring platform called DevRaven. Unfortunately the product did not takeoff as expected. That story is for another day. But during the course of building the product, I have built several integrations leveraging MQs and Cloud Functions. While building and deploying Cloud Functions for happy paths is easy, I had to…
2023 · cptn.io
- 22OC
Hi HN, My name is Ben Schaechter and I’m Co-Founder and CEO of https://vantage.sh - a cloud cost visibility and optimization platform. We just added support for monitoring OpenAI costs and usage to Vantage and I wanted to share a demo we put together with HN as I thought people might find it interesting: https://www.youtube.com/watch?v=CzAOU1-uMrM In early April we started getting requests from customers to add OpenAI cost support specifically as it was a bit opaque as to what exactly was driving costs. The way this works is that it uses an undocumented API available…
2023
- 23AC
This open-source project helps you save money in ways other than RIs or Savings Plans. It inspects AWS metrics and usage data to find underutilized and unused resources, then visually gives an option to delete, scale down, or optimize those resources. For each resource, it displays the relevant metrics so you can determine whether or not it's truly unused/underused/ It also includes opportunities to save money on different services by enabling native cost savings policies, like S3 retention policies. It runs totally on your computer as an open source project and doesn't send…
2023 · github.com
- 24OS
Hello everyone, We have been developing Agnost (https://agnost.dev) for some time and it has reached a point that we can share with the larger community. What is it? Agnost is an open-source self-hosted Railway.app, Render.com, Vercel.com, Netlify.com, etc. alternative running on Kubernetes clusters. You connect your GitHub, GitLab, or Bitbucket repo and Agnost takes care of building the image and deploying your apps to your cluster whenever you push new code to your repo. How it works? Under the hood, Agnost integrates several open-source platforms. For the build and push pipeline…
2024 · agnost.dev
Ranked by how close each launch is in meaning, then by votes. Refine with a description →