Skip to content

Instantly share code, notes, and snippets.

View klucsik's full-sized avatar

Pal K. Klucsik klucsik

  • Dynatrace
  • Vienna, Austria
View GitHub Profile
@muiton
muiton / flask_drive_example.py
Created August 5, 2019 17:05 — forked from prahladyeri/flask_drive_example.py
google drive api implementation in python-flask framework
##
# Flask Drive Example App
#
# @author Prahlad Yeri <prahladyeri@yahoo.com>
# @date 30-12-2016
# Dependency:
# 1. pip install flask google-api-python-client
# 2. make sure you have client_id.json in this same directory.
import os
@sau-lanvy
sau-lanvy / kubernetes-cluster-using-kubespray.md
Last active March 21, 2025 14:12
Deploy a Production Ready Kubernetes Cluster using Kubespray with Ansible

Deployment Architecture

deployment architecture

System Configuration

  1. All kubernetes nodes: set SELINUX to permissive mode
$ vi /etc/selinux/config
SELINUX=permissive

$ setenforce 0