{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "A Node on the Web — Openshift",
  "home_page_url": "https://rmendes.net/categories/openshift/",
  "feed_url": "https://rmendes.net/categories/openshift/feed.json",
  "hubs": [
    {
      "type": "WebSub",
      "url": "https://websubhub.com/hub"
    }
  ],
  "description": "Posts tagged with \"Openshift\" on A Node on the Web",
  "language": "en",
  "authors": [
    {
      "name": "Ricardo Mendes",
      "url": "https://rmendes.net/"
    }
  ],
  "_textcasting": {
    "version": "1.0",
    "about": "https://textcasting.org/"
  },
  "items": [
    {
      "id": "https://rmendes.net/notes/2026/04/19/e83d9/",
      "url": "https://rmendes.net/notes/2026/04/19/e83d9/",
      "title": null,
      "content_html": "<p>Fun weekend playing with Go to build a CLI + Web app dashboard to display commit/RC/Release deployment on our openshift cluster.</p>\n<p>Data from Gitlab, Harbor, Openshift, Argocd</p>\n<p>Multi namespaces, multi clusters, build RC tag &amp; deploy to many with image build retag.</p>\n<p>This is the third iteration of this idea originally developed in bash, then Python and now Go</p>\n<p>the CLI is also able to act as a release manager tool, this means it uses Gitlab API to create SemVer RC tags that our tekton pipelines process differently on each environment:</p>\n<ul>\n<li>commit based build, test, deploy</li>\n<li>RC tag based that build, test, deploy in acceptance</li>\n<li>retag RC image to staging</li>\n<li>retag RC image to production</li>\n</ul>\n",
      "content_text": "Fun weekend playing with Go to build a CLI + Web app dashboard to display commit/RC/Release deployment on our openshift cluster. Data from Gitlab, Harbor, Openshift, Argocd Multi namespaces, multi clusters, build RC tag &amp; deploy to many with image build retag. This is the third iteration of this idea originally developed in bash, then Python and now Go the CLI is also able to act as a release manager tool, this means it uses Gitlab API to create SemVer RC tags that our tekton pipelines process differently on each environment: commit based build, test, deploy RC tag based that build, test, deploy in acceptance retag RC image to staging retag RC image to production",
      "date_published": "2026-04-19T17:48:06Z",
      "date_modified": "2026-04-19T17:51:04Z"
    }
  ]
}
