Kubecrain
    
        K8S Study group
    
 
    
Category python
    
        
        
            
            
  Most Pipular Python IDE, Editors
  
         
        
     
 
Category DB
    
        
        
            
            Data Grip Home Page: https://www.jetbrains.com/ko-kr/datagrip/ 지원 OS: Windows, MacOS, Linux 지원 DB: PostgreSQL, MySQL, Oracle Database, SQL Server, Azure, Amazon Redshift, SQLPro, DB2, h2, Sybase, Exasol, Apache Derby, MariaDB, HyperSQL,...
         
        
     
 
Category Git
    
        
        
            
            SourceTree
  Home Page: https://www.sourcetreeapp.com/
  지원 OS: Windows, MacOS
  License: Proprietary(Free)
         
        
     
 
Category kubernetes
    
        
        
            
            create-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
  name: sch-test
         
        
     
 
    
        
        
            
            production-namespace.yml
1
2
3
4
apiVersion: v1
kind: Namespace
metadata:
  name: production
         
        
     
 
    
        
        
            
            nginx-pod.yml 1 2 3 4 5 6 7 8 9 10 11 apiVersion: v1 kind: Pod metadata: name: my-nginx-pod spec: containers: - name: my-nginx-container image: nginx:latest ports: - containerPort: 80...
         
        
     
 
 
 
	
		 Never miss a story from us, subscribe to our newsletter
   Never miss a story from us, subscribe to our newsletter