Kubernetes Atlanta Meetup
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Help
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Kubernetes Atlanta Meetup: August 2021<!--Month Year--> - **Date:** 08.25.2021<!--date as MM.DD.YYYY--> - **Location:** - Virtual via Zoom - **Speakers:** - **Moshe Shitrit @ Sysdig** <!--presenter name @ company--> Moshe is a Senior Infrastructure Engineer at Sysdig, where he is responsible for building and maintaining a set of tools used for all things automation. Moshe has played various roles in the IT area for over 14 years. He has been a Kubernetes enthusiast for the past 6 years, and has been a contributor to the project for over year. - **A Simple GitOps Workflow in Action - GitHub Actions, Kustomize, ArgoCD and Bitnami SealedSecrets**<!--presentation title--> GitOps is becoming more and more popular due to the desire to automate as much as possible. In this talk, we’ll go through one way of achieving the goal of automated CI/CD using a combination of free / open source tools. We’ll have a simple REST API running in a k8s cluster, having its codebase stored in GitHub. We’ll look at the GitHub actions workflow that we use to build our code upon our desired triggers, and keep diving until we see our new code running in our k8s cluster. - **Andy Holtzmann @ Equinix** <!--presenter name @ company--> Andy is an engineer at Packet (an Equinix company). During his time working with Kubernetes, he helped Sendgrid do their initial k8s migration and helping implement the start of their initial cluster api 2.0 project. He joined Equinix Metal to help them consolidate from 3 other platforms to Kubernetes as one platform to rule them all. - **Lessons Learned from Equinix's K8s migration**<!--presentation title--> Joining a new company can be full of surprises and it’s funny how many meanings “we run in a containerized environment” can take on. While the primary delivery mechanism for application code might be an OCI container the supporting deployment, secret management, operational burden, and organization’s cognition load can differ wildly. Here are some of the lessons learned in consolidating for 4 platforms to 1, and the far reaching impacts it had on an entire engineering org. - **Hosts:** - @alex.b - @phenixblue ## This Month in Kubernetes - v1.23 Release Cycle <!-- Link to latest release for the current K8s release cycle --> - Release cycle began this week - Next Deadline: <!-- Date and general description for the next release cycle deadline --> - [Call for enhancements](https://groups.google.com/g/kubernetes-dev/c/SY4E4q-r_CA) - [Production Readiness Review (PRR) approval required for all KEP's](https://groups.google.com/g/kubernetes-sig-architecture/c/a6_y81N49aQ) - Enhancement Freeze - September 9th, 2021 - Kubernetes 1.22.0 released on August 4, 2021 🎉🎉🎉 - Fix Releases <!-- List of latest fix releases for supported/maintained Kubernetes version --> - [v1.22.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md) - [v1.21.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md) - [v1.20.10](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md) - Promotions <!-- List of any interesting feature/API promotions --> - NA - Deprecations <!-- List of any interesting feature/API deprecations --> - NA - CVE's <!-- List of any Kubernetes related CVE's --> - NA - PR's of Note <!-- List of any interesting PR's to the Kubernetes project (use lwkd.io) --> - [ExtractItems for unstructured apply configurations](https://github.com/kubernetes/kubernetes/pull/103564) - Community News <!-- List of any interesting news from the Kubernetes community/ecosystem --> - [Git powered K8s Controller](https://github.com/ibuildthecloud/gitbacked-controller) - [OCI Base Image Annotations](https://github.com/ImJasonH/ImJasonH/tree/main/articles/oci-base-image-annotations) - [Kubernetes Benchmark Operator](https://github.com/ImJasonH/ImJasonH/tree/main/articles/oci-base-image-annotations) - [Sysdig Overview of what's new in K8s 1.22](https://sysdig.com/blog/kubernetes-1-22-whats-new/) ## Meetup Links - [Moshe's Demo - Basic Go API](https://github.com/moshitrit/basic-go-api) ## Meetup Slides ## Meetup Recordings - [Youtube](https://www.youtube.com/watch?v=nEGfF1ZdF8Y) ## Meetup Notes - Beta announcements: - Lawrence - Real Theory - RealTheory – Ready for Beta Testers! - RealTheory is building a self-optimization platform for kubernetes applications. Our first product is a freemium Kubernetes Intelligence Platform. This is an awesome product that is ready for the next cohort of beta testing. If you use k8s in your day job and have access to a test cluster, we would love your feedback! - If interested – contact us a LG@RealTheory.io - P.S. – We are always hiring! You only need to commit to 5 hours a week. Work anywhere, anytime. - Tim Dorr - Spaceship - Here's my scheduling link: https://calendly.com/spaceship-tim - If you want to see it in action, here's a short demo video: https://www.loom.com/share/afb2e289bd534a138c636c28829d7b31 - You can also email me at tim@spaceship.run ### Who's Hiring - Andy Holtzmann - PE on my team managing Equinix Metal’s Kubernetes platform globally. https://careers.equinix.com/jobs/principal-engineer-bare-metal-provisioning-equinix-metal-sunnyvale-california-united-states-ashburn-virginia-atlanta-georgia-chicago-illinois-cleveland-ohio-el-segundo-frisco-texas-houston-na - Jeff Spahr - I started a new role at Lenovo a month ago and I have several open roles: https://jobs.lenovo.com/en_US/careers/JobDetail/DevOps-Advisory-Engineer-Cloud-Platform-DevOps/27037 This role can also be 100% remote. Feel free to reach out to me directly at jspahr@lenovo.com. I'm the hiring manager. - Krijan - Global payments, DevOps Lead: https://tsys.wd1.myworkdayjobs.com/TSYS/job/Alpharetta-Georgia-USA/DevOps-Lead_R0024836 - kkothapalli@tsys.com - krijan@gmail.com ###### tags: `meetup` <!--Add additional tags for `year`, `month` and anything else pertinent-->

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully