Skip to content
View marcopaga's full-sized avatar
Block or Report

Block or report marcopaga

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. tekton-pipeline-and-task-test tekton-pipeline-and-task-test Public

    This Demo repository will deploy and configure a Tekton CI System. It uses GitHub Actions to validate the Tekton config on every commit.

    Shell 7 3

  2. Tekton Cloud Native CI CD.md Tekton Cloud Native CI CD.md
    1
    ## Tekton Cloud Native CI/CD
    2
    Tekton ist laut eigener Homepage ein Framework um Cloud Native CI / CD - Systeme zu bauen und ein Ziel ist es das Tooling für CI / CD - Systeme zu standardisieren. So hat es schon Einzug in Jenkins X gehalten und ist die Basis für RedHat OpenShift Pipelines[^1].
    3
    Das Tekton-Projekt nutzt Kubernetes als Platform und stellt im Kern die Building Blocks einer CI Pipeline in Form von CRDs dar. Eine Custom Resource Definition kurz CRD ist ein selbst erstelltes Kubernetes Objekt welches genutzt werden kann um eigene Objekte innerhalb  der Kubernetes API sichtbar und nutzbar zu machen.
    4
    So finden sich in Tekton Objekte wie z. B. eine `Pipeline` welche ebendiese abbildet und durch`Tasks`, welche die einzelnen Prozessschritte ausführen, ausgestaltet werden können.
    5
    Die gesamte Konfiguration findet dann wie von Kubernetes gewohnt über Manifeste statt. Das vorhandene Kubernetes Know-How kommt hier voll zum Zuge, denn neben der Konfiguration kann auch eine Introspektion der Prozesse über diesen Weg stattfinden.
  3. azure-kubernetes-terraform azure-kubernetes-terraform Public

    This Reepo will setup a AKS Cluster with batteries included. Improved cluster autoscaling

    HCL 1

  4. Treafik-getting-started-article Treafik-getting-started-article Public

    Treafik Getting started project for the blog post

    13 3

  5. Let's encrypt wildcard TLS certifica... Let's encrypt wildcard TLS certificates for Azure DNS using cert-manager on AKS (Azure Kubernetes Service)
    1
    This gist will guide you through the setup of a wildcard Let's encrypt TLS certificate.
    2
    
                  
    3
    # Let's encrypt
    4
    Let’s encrypt is one of a new kind of Certificate Authority. You can get a TLS certificate from them for your website free of charge and without any manual overhead. These certificates are trusted in most browsers that are out there and will show up as valid.
    5
    Instead of sending Mails or even paper around you can call an API and prove your domain ownership with simple challenges. Basically you call the API with a hostname or domain name you need a TLS certificate for and you get back a challenge string that you need to put in a well known location on your [http host](https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.8.3) or as a [txt record in your dns system](https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.8.4).