https://platformengineering.org logo
Join the conversationJoin Slack
Channels
aws
azure
back-end
building-our-platform-engineering-team
chaos
documentation
envoys
envoyz
events
general
gitops
idp-architectural-design
idp-resources
intros
israel
it-meetups-organizers
jobs
kubernetes
loc-angola
loc-atlanta
loc-bangalore
loc-brazil
loc-canada
loc-dallas
loc-dcmetro
loc-france
loc-germany
loc-india
loc-irvine
loc-japan
loc-korea
loc-norway
loc-poland
loc-russia
loc-singapore
loc-vietnam
metrics
mychannel-
observability
outages
platform-coffee
platform-culture
platform-design
platform-engineering-in-edge-computing
platform-engineering-milan
platform-leadership
platform-stories
platform-tech
platformcon-news
platformk8sathome
platformscript
product_management
product-management
qualityassurance
security
serverless
support
team
terraform
test2
uk
verisure-commonservice-datastax
verisure-commonservice-datastax
Powered by Linen
platform-tech
  • p

    PRANESH ALLENA

    09/28/2022, 4:58 AM
    Hey Everyone, I'm trying to understand the real-time platform engineer project. I'm facing little issues with the project. Someone please help me?
  • d

    Daniel Shepherd

    09/28/2022, 1:25 PM
    Is anyone using or exploring Waypoint and/or Dapr? I’d love to hear any stories good or bad.
    a
    j
    • 3
    • 7
  • m

    Maciej Raszplewicz

    09/29/2022, 10:59 AM
    AWS Elastic Container Registry costs tend to grow over time - the more images you store, the higher the cost. There are ready-to-use solutions like ECR lifecycle policies but they are not checking if the images are still being used - it can be dangerous for your applications' health! We decided to write our own ECR cleaner. It checks if images are still used by ECS, Lambda, or App Runner before removing: https://github.com/devopsbox-io/aws-ecr-cleaner This is another useful tool that we are publishing for free, enjoy!
    r
    p
    • 3
    • 2
  • j

    Jason Lock

    10/01/2022, 2:25 AM
    Hello friends! Is anyone using https://www.tonic.ai/ for non prod environments?
    r
    c
    g
    • 4
    • 4
  • e

    Evan

    10/04/2022, 4:09 AM
    anybody have a great language agnostic monorepo tool? most of the ones I've found are js focused and I dont want to have a yarn install as a req. I mostly need a differential task runner, ie tell me which services have changed vs the trunk
    k
    r
    • 3
    • 2
  • d

    Damian Keska

    10/05/2022, 9:00 PM
    I wrote a little bit about Tekton Triggers and the interceptors concept in a context of working with a monorepo. https://medium.com/@keska.damian/tekton-vs-monolithic-repository-how-to-trigger-a-pipeline-when-given-directory-changes-527ad8963c30
  • j

    Jelmer Borst

    10/06/2022, 6:44 AM
    Building high quality software systems is what powers Picnic’s mission to revolutionize online groceries. In this post, Rick shows how we empower our Java developers using
    Error Prone
    , an extensible static analysis tool for Java code. What does this bring us? Catching more bugs, ensuring we have a consistent codebase, but moreover enabling us to execute large-scale automated refactorings! In fact, Picnic loves
    Error Prone
    so much we heavily invested in
    Error Prone Support
    , a new library that extends the usefulness of Error Prone itself. https://medium.com/@rick.ossendrijver/b8a566be6886 Want to see it in action? Join us next week @ Devoxx (Belgium), or the week after @ Java One (SF)! We’ll demo the tooling, explain in-depth how we use it at Picnic, and share the future of
    Error Prone Support
    .
    i
    r
    • 3
    • 12
  • d

    Damian Keska

    10/10/2022, 5:20 PM
    I wrote about in my opinion important practices in ArgoCD at a scale. ArgoCD is an important element of my IDP. https://medium.com/@keska.damian/hygiene-of-argocd-built-automation-at-a-scale-cf63ee459510
  • r

    Rohan Kapoor

    10/11/2022, 2:29 PM
    We recently held an Adobe IDP workshop with the community during ArgoCon 2022 to discuss best practices and pain points around an Internal Developer Platform. In this post, we’ve outlined our learnings from the panel discussion (featuring · Viktor Farcic — Upbound, Nima Kaviani — AWS and Edward Lee — Intuit) and group breakouts. Our goal is to formalize the components of an IDP with the open-source community and feed these into our own IDP at Adobe. Here's a link: https://blog.developer.adobe.com/argocon-community-learnings-from-the-adobe-idp-workshop-2adb1e09303f. Would love your collaboration!
    r
    c
    • 3
    • 2
  • m

    Megan Dorcey

    10/11/2022, 10:09 PM
    Hey folks 👋 thought i'd share this tech talk happening tomorrow on code repo ownership. we'll pass around the recording via email after if you can't join for the live version. 🙂
  • d

    Damian Keska

    10/13/2022, 3:40 PM
    Found recently a cool article about the Golden Path. I found out that I'm actually developing a very similar approach for months already https://cloud.redhat.com/blog/designing-golden-paths
    r
    k
    • 3
    • 2
  • c

    Claudia Eugenia Del Hierro Gutierrez

    10/13/2022, 5:25 PM
    Curious if anyone is building platform on top of Azure, would love to learn more about what's going well and what isn't 😀. (Full disclosure: I work as a PM in Azure)
    j
    • 2
    • 2
  • d

    Damian Keska

    10/13/2022, 6:17 PM
    Have anyone built a self-service platform, where teams can deploy their infrastructure autonomously e.g. on a cloud, with some limits defined on the scope what they can do? I'm just curious how this looks technically? Are teams happy with this? Are teams doing it fully by themselves or using a e.g. Terraform prepared from shared repo? How the standard is keeped (or it is not 😛 )?
    r
    r
    +4
    • 7
    • 9
  • j

    Joseph Rajewski

    10/15/2022, 9:10 PM
    Since the recent launch of the HCP Waypoint public beta, I found this article briefly going over the history of Waypoint, and its new features and challenges. the point made about Waypoint's approach to PaaS, as "the glue" between different platforms stuck with me. the plugin system working with the core of Waypoint makes the switch between building and deploying to different platforms pretty seamless. it's still
    waypoint up
    to get your app up and running regardless of the platform
  • a

    Alan Barr

    10/17/2022, 8:28 PM
    Does a product exist that helps you update Java/.Net/etc? Like something more than renovate or dependabot?
    c
    j
    • 3
    • 7
  • m

    Miks Kupfers

    10/18/2022, 9:25 AM
    Hi, everyone! I was wondering could someone please recommend me a web-platform maker? (With not much coding). Situation: I have a project in which, I would like to have a web page in which people (customers) can order environments for work/demos etc. In this page there would be a login page, page where database and cloud would be chosen, multiple choice possibilities, summary and finally a JSON result of the environment. And a great feature would be if possible to sync this page with a google sheet or excel file. In simple words this would just be a customer self-service page in which they request an environment. I saw a platform named "*Backstage.io*", maybe someone knows how it is and if it would be good for me? Or maybe some other recommendations. 🙂 I will look through every suggestion and advice. 🙂
    l
    • 2
    • 1
  • j

    Joseph Rajewski

    10/20/2022, 3:55 PM
    The Waypoint team at Hashicorp is having office hours tomorrow! Come check it out 😎 cc @Gerald Yerden https://www.linkedin.com/posts/activity-6988884597140766720-mrbU?utm_source=share&utm_medium=member_ios
  • z

    Zbigniew Z

    10/20/2022, 4:29 PM
    Hey folks! Is there anyone on board that has experience with setting up and maintaining openstack? I would love to chat and have some experience exchange!
    p
    • 2
    • 4
  • m

    Megan Dorcey

    10/20/2022, 4:30 PM
    We just launched Service Creation with OpsLevel (service ownership platform) yesterday - check out the announcement 🎉
  • d

    Damian Keska

    10/24/2022, 12:53 PM
    I just wrote about the some practices with ArgoCD on shaping the cluster, to make a ground for CI/CD at scale. Hope it is not much chaotic 🙂 That's a first part in series. https://medium.com/p/dc95e7c49eb6
  • h

    Hugo Pinheiro

    10/24/2022, 10:04 PM

    https://youtu.be/pHe_ePq83zc?t=14623▾

    for those interested in backstage
    j
    • 2
    • 3
  • a

    Aaron Held

    10/31/2022, 3:49 PM
    Is anyone using Azure DevOps? I have pulumi scripted repo creation and I'm about to start automating a base template. Seems harder then it should be and I'd love feedback before I roll my own
  • p

    P.A.C. Delory

    11/01/2022, 11:18 PM
    Azure DevOps is slick, but if you're not already using it I wouldn't start now. Use GitHub Actions instead. Now that Microsoft owns GitHub, I expect them to standardize on Actions. ADO isn't officially deprecated, but I don't think it has much of a future.
  • p

    P.A.C. Delory

    11/01/2022, 11:22 PM
    Azure DevOps is slick, but if you're not already using it I wouldn't start now. Use GitHub Actions instead. Now that Microsoft owns GitHub, I expect them to standardize on Actions. ADO isn't officially deprecated, but I don't think it has much of a future.
    d
    r
    +3
    • 6
    • 11
  • l

    Laszlo Fogas

    11/08/2022, 6:33 AM
    Do you like GitOps? As in flux & argocd.. As a practitioner, you probably saw that much of it comes down to implementation.. How is it working out for you? What is working well, what is most annoying?
    j
    a
    +2
    • 5
    • 16
  • f

    Fabián Sellés Rosa

    11/08/2022, 7:43 PM
    Hello all, in adevinta we have been running an idp for a while, we are a company with several marketplaces across Europe and the biggest ones has also some platform teams dedicated to the marketplace. Some of those platform teams wants to contribute to the idp, so adding operators to the cluster fleet. As you might imagine the platform team is still in charge for the cluster fleet and hence we need to find the right boundaries and tools to allow them to extend kubernetes clusters this way without being admin of those clusters. Is there anyone out there that has a similar setup? How did you implemented it (argocd with limited privileges? Vclusters? ) What are the challenges and lessons learned. Thanks in advance !
  • a

    Andrew Fong

    11/09/2022, 8:22 PM
    we built a runtime abstraction (for our CD product) to solve this exact problem. Its not simple if you want to do it in an elegant way for the upstream consumer
  • m

    Megan Dorcey

    11/10/2022, 4:46 PM
    hey folks 👋 we're hosting a build vs. buy talk in a couple of weeks. join us!: https://www.opslevel.com/page/build-vs-buy
  • g

    Geoffrey Huntley

    11/17/2022, 2:56 AM
    👋 elllo folks, Geoff here from Coder. We make a self-service portal that provisions software development environments via Terraform on Linux, macOS, Windows, FreeBSD (soon), X86, ARM, and of course, Kubernetes. I see some familiar names in this chat of people who already use us 😉. Would love to catch up with other platform engineers and chat about all things related to developer platforms or even nerdier topics such as nix/nixos 😛 https://ghuntley.com/integrate/.
  • g

    Geoffrey Huntley

    11/17/2022, 2:58 AM
    We published a blog post yesterday which details how we dogfood our own product - https://coder.com/blog/how-our-development-team-shares-one-giant-bare-metal-machine
Powered by Linen
Title
g

Geoffrey Huntley

11/17/2022, 2:58 AM
We published a blog post yesterday which details how we dogfood our own product - https://coder.com/blog/how-our-development-team-shares-one-giant-bare-metal-machine
View count: 28