Ellin.com
open-menu closeme
Home
Tech
Links icon
LinkedIn Twitter
About
github twitter linkedin rss
  • Customizing Ingress Extension for TKG

    calendar Apr 14, 2021 · 1 min read · kubernetes contour  ·
    Share on: twitter facebook linkedin copy

    Updating TKG Extensions using YTT TKG Extension install here Add the following configuration to the countour config map. name of the file doesn't matter just use the yaml extension. The kapp controller will reconcile the app approximately every 5 minutes. Update the ingress class 1#@ load("@ytt:overlay", …


    Read More
  • Highly available Wildfly Applications on Kubernetes

    calendar Mar 11, 2021 · 4 min read · kubernetes Wildfly  ·
    Share on: twitter facebook linkedin copy

    Highly available Wildfly Applications on Kubernetes Migrating existing applications to Kubernetes can be tricky, especially if your application uses session replication to enable high availability. In a multi-node cluster, each node must contain details about the users' session. Replication is used so that a user can …


    Read More
  • Kubernetes Pod Security Policy

    calendar Jan 13, 2021 · 2 min read · kubernetes ubuntu  ·
    Share on: twitter facebook linkedin copy

    Enabling Pod Security Policies Build Cluster with PSP enabled. If using Kubeadm, the following config can be used. 1apiServer: 2 extraArgs: 3 authorization-mode: Node,RBAC 4 enable-admission-plugins: PodSecurityPolicy 5 timeoutForControlPlane: 4m0s 6apiVersion: kubeadm.k8s.io/v1beta2 7kind: ClusterConfiguration …


    Read More
  • Kubernetes on Ubuntu 20.04

    calendar Nov 23, 2020 · 5 min read · kubernetes ubuntu  ·
    Share on: twitter facebook linkedin copy

    Install K8s 1# remove docker if installed via snap 2sudo snap remove docker 3 4sudo apt install -y docker.io 5sudo apt install -y apt-transport-https curl 6 7# switch to systemd 8sudo tee /etc/docker/daemon.json <<EOF 9{ 10 "exec-opts": ["native.cgroupdriver=systemd"], 11 "log-driver": …


    Read More
  • Tools every Kubernetes Developer should have

    calendar May 28, 2020 · 2 min read · kubernetes  ·
    Share on: twitter facebook linkedin copy

    Toolkits for Kubernetes K14s k14s Is a suite of tools for managing your Kubernetes environment. Tools in the package ytt kbld kapp imgpkg kapp-controller vendir kwt terraform-provider-k14s #terraform The one tool in the suite that I find indispensable is ytt. This tool allows easy templating of Kubernetes Yaml. This …


    Read More
  • Choosing a Base Image

    calendar May 10, 2020 · 6 min read · kubernetes  ·
    Share on: twitter facebook linkedin copy

    Choosing a Base Image Containers, along with orchestration tools such as Kubernetes, are all the rage. Choosing the base image to build your organization's containers introduces a new challenge. The choice of the base container can affect many things, including your security posture and the performance of your …


    Read More
  • Secrets and ConfigMaps

    calendar Mar 16, 2018 · 4 min read · kubernetes  ·
    Share on: twitter facebook linkedin copy

    One of the tenants of Twelve Factor application design is the concept of externalizing configuration and secrets. In the past, you may have had your configuration externalized to a resource bundle or bundled directly into your application artifact. The problem with externalized resource bundles is that they tend to …


    Read More
  • Kubernetes and Google Cloud SQL

    calendar Mar 11, 2018 · 3 min read · gcp kubernetes  ·
    Share on: twitter facebook linkedin copy

    This page was converted from my old blog and hasn't been reviewed. If you see an error please let me know in the comments. Cloud SQL is a hosted SQL database similar to Amazon RDS for either Mysql or Postgres databases. It supports automated management including backup and deployment. Since the database is created via …


    Read More
  • Running WordPress on Kubernetes

    calendar Mar 9, 2018 · 9 min read · docker gcp kubernetes  ·
    Share on: twitter facebook linkedin copy

    This page was converted from my old blog and hasn't been reviewed. If you see an error please let me know in the comments. WordPress on Kubernetes Recently I posted about creating a highly available WordPress deployment using Amazon Web Services. The focus was using Terraform and Docker to automate the deployment. With …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Jeffrey Ellin

Technologist, Sales Engineer, and continual learner, helping customers succeed in a cloud native world
Read More

Recent Posts

  • Intro to Kyverno
  • Crossplane Kubernetes Service Bindings
  • Crossplane and Developer Self Service
  • Crossplane Connection Details
  • Introduction to Crossplane
  • Tanzu Application Platform Quick Start Install on AWS
  • Tanzu Application Accelerators
  • Tanzu Application Platform

Series

SCALABLE-WEBSITE 5 CROSSPLANE-INTRO 3 TAP-INTRO 3

Tags

KUBERNETES 19 DOCKER 11 SPRING 11 AWS 8 EXTERNAL 6 TANZU 6 CROSSPLANE 4 TAP 4 DROPWIZARD 2 GCP 2 GEODE 2 INDEX 2 TIL 2 UBUNTU 2
All Tags
AWS8 CONCOURSE1 CONFIG1 CONTOUR1 CROSSPLANE4 CXF1 DOCKER11 DROPWIZARD2 EKS1 EXTERNAL6 GATEWAY1 GCP2 GEMFIRE1 GEODE2 GROOVY1 HIVE1 INDEX2 KUBERNETES19 KYVERNO1 LIBERTY1 OBSERVABILITY1 QUBOLE1 SPRING11 SPRING-SECURITY1 TANZU6 TAP4 TIL2 TOMCAT1 UBUNTU2 UNCATEGORIZED1 VCENTER1 VMWARE1 WILDFLY1
[A~Z][0~9]
Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved.

Copyright  COPYRIGHT © 2008–2018, STEVE FRANCIA AND THE HUGO AUTHORS; ALL RIGHTS RESERVED.. All Rights Reserved

to-top