shit i like
    My Road to Self Hosted Kubernetes With K3s_nginx Ingress With Helm

    The ingress is kubernetes way of routing incoming traffic towards the destinations. We’ll be using nginx as an ingress controller.

    April 11, 2021 Read
    My road to self hosted kubernetes with k3s - external-dns

    External-Dns is used to update dns records with ips of the kubernetes cluster. We’ll use the cloudflare integration.

    April 11, 2021 Read
    My road to self hosted kubernetes with k3s - Cert Manager

    cert-manager uses letsencrypt’s certificate authority to request/update keys/crts

    April 11, 2021 Read
    My road to self hosted kubernetes with k3s - logging with EFK

    Elasticsearch Fluent Kibana - we ll be using these three tools to setup a generic logging for our pods

    April 11, 2021 Read
    My road to self hosted kubernetes with k3s - distributed storage with ceph

    here we ll cover how to setup ceph storage and create a storage class which we can use in other deployments to store data persistent across the nodes

    April 11, 2021 Read
    My road to self hosted kubernetes with k3s - argocd

    In this article we are going to setup argocd in minikube, argocd will be the tool that we use to apply configuration changes to our kubernetes yaml files.

    March 29, 2021 Read
    My road to self hosted kubernetes with k3s - Bootstrap k3s cluster using ansible and k3sup on debian 10

    In this article we are going to setup k3s on 3 dedicated servers, we ll be using k3sup to do most of the work and trigger the setup by using an ansible playbook

    March 28, 2021 Read
    My road to self hosted kubernetes with k3s - kubectl

    Kubectl is a command line client that allows us to control multiple kubernetes clusters (k3s/k8s) it does this by calling the kubernetes endpoints and providing a set of certificate/keys to authenticate.

    March 27, 2021 Read
    My road to self hosted kubernetes with k3s - minikube

    Minikube is an easy way for running kubernetes locally. in 1.5 we’ll setup argocd - we could run that in the cluster but “waste” resources. I tend to run argocd locally so in case something is wrong with my cluster/some cloud i could reswapn applications in another cluster

    March 27, 2021 Read
    My road to self hosted kubernetes with k3s

    this is a farytale from a devops engineer from Berlin

    March 27, 2021 Read
    Contribute to This Blog

    in this blog post i ll show you how you can create a PR to edit contents of this blog

    November 7, 2020 Read
    Golang securing rest api with jwts tokens

    in this tutorial we ll create a server/client the client generates a token and queries the server with that token and the server checks if that token is valid via a middleware function

    November 1, 2020 Read
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»
    Navigation
    • Recent Posts
    • Experiences
    • Projects
    • Skills
    Contact Me
    • Email: loeken@internetz.me

    Toha
    © 2020 Copyright.
    go rocks!