Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@marcopaga
marcopaga
Follow
View marcopaga's full-sized avatar

Marco Paga marcopaga

Wants to automate all the things

Block or report marcopaga

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

PinnedLoading

  1. tekton-pipeline-and-task-testtekton-pipeline-and-task-testPublic

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

    Shell 6 4

  2. Tekton Cloud Native CI CD.mdTekton 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-terraformazure-kubernetes-terraformPublic

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

    HCL 1

  4. Treafik-getting-started-articleTreafik-getting-started-articlePublic

    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).

[8]ページ先頭

©2009-2025 Movatter.jp