Skip to content

Instantly share code, notes, and snippets.

View thekubebuddy's full-sized avatar
🎯
Learning...

ishaq_shaikh thekubebuddy

🎯
Learning...
View GitHub Profile
@thekubebuddy
thekubebuddy / script1.sh
Created March 22, 2019 17:52
1st ever gist
#!/bin/bash
echo "My firsrt ever gist"
@thekubebuddy
thekubebuddy / standalone.xml_ver1.0
Created March 22, 2019 18:03
standalone for jboss-as
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns="urn:jboss:domain:1.2">
<extensions>
<extension module="org.jboss.as.clustering.infinispan"/>
<extension module="org.jboss.as.configadmin"/>
<extension module="org.jboss.as.connector"/>
<extension module="org.jboss.as.deployment-scanner"/>
<extension module="org.jboss.as.ee"/>
<extension module="org.jboss.as.ejb3"/>
@thekubebuddy
thekubebuddy / installJboss.sh
Last active March 22, 2019 19:30
Installing jboss on Rpi
#!bin/bash/
cd
echo "Downloading the jboss-as-7.1.."
#wget http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
echo "Unzinging the zip"
unzip jboss-as-7.1.1.Final.zip
#rm jboss-as-7.1.1.Final.zip
cd ~/jboss-as-7.1.1.Final/
@thekubebuddy
thekubebuddy / kubernetesCheetSheet.md
Last active May 10, 2019 04:37
Most frequently used kubernetes commands

CheetSheet for kubernetes

  1. Getting the kube cluster info
$ kubectl cluster-info 
$ kubectl cluster-info | grep master #(Getting the master node info-IP)
  1. Getting all node-info in a cluster and getting all attributes of nodes

Docker CHEETSHEET

@thekubebuddy
thekubebuddy / BashSheet.md
Created May 10, 2019 03:32
Frequently used cmds

Most commonly used commands

# search for "jenkins" in the spinstack-on-gke.yaml file
ci:
jenkins:
enabled: true
masters:
- name: jenkins-master
address: http://jenkins.spinnaker.svc.cluster.local:8080
# enter your jenkins user name and password
username: {{jenkins-username}}
password: {{jenkins-password}}
@thekubebuddy
thekubebuddy / GCP PSC-Service Publisher Dashboard
Last active October 21, 2023 07:14
GCP PSC-Service Publisher Dashboard
{
"dashboardFilters": [],
"displayName": "PSC - Service Publisher Dashboard",
"labels": {},
"mosaicLayout": {
"columns": 48,
"tiles": [
{
"height": 14,
"widget": {
@thekubebuddy
thekubebuddy / GCP PSC-Service Consumer Dashboard
Created October 21, 2023 07:21
GCP PSC-Service Consumer Dashboard
{
"dashboardFilters": [],
"displayName": "PSC - Service Consumer Dashboard",
"labels": {},
"mosaicLayout": {
"columns": 48,
"tiles": [
{
"height": 12,
"widget": {